Skip to content

Commit 7fae832

Browse files
Merge pull request #47 from trevyn/cargo-update
Fix CI
2 parents dc6890b + 4eb6d70 commit 7fae832

File tree

2 files changed

+517
-405
lines changed

2 files changed

+517
-405
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
- name: Prepare pages
2525
run: ./prepare-pages.sh
2626
- name: Deploy GitHub Pages
27+
if: ${{ github.event_name != 'pull_request' }}
2728
run: |
2829
git worktree add gh-pages gh-pages
2930
git config user.name "Deploy from CI"

0 commit comments

Comments
 (0)