Skip to content

Commit 4ead7e4

Browse files
committed
Fix !
1 parent f8902d8 commit 4ead7e4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
cargo install dioxus-cli
3535
3636
- name: Build debug
37-
if: !startsWith(github.ref, 'refs/tags/') && github.event_name != 'workflow_dispatch'
37+
if: ${{!startsWith(github.ref, 'refs/tags/') && github.event_name != 'workflow_dispatch'}}
3838
shell: bash
3939
run: dx build
4040

0 commit comments

Comments
 (0)