Skip to content

Commit

Permalink
Fix !
Browse files Browse the repository at this point in the history
  • Loading branch information
orf committed Nov 8, 2023
1 parent f8902d8 commit 4ead7e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
cargo install dioxus-cli
- name: Build debug
if: !startsWith(github.ref, 'refs/tags/') && github.event_name != 'workflow_dispatch'
if: ${{!startsWith(github.ref, 'refs/tags/') && github.event_name != 'workflow_dispatch'}}
shell: bash
run: dx build

Expand Down

0 comments on commit 4ead7e4

Please sign in to comment.