Skip to content

Commit

Permalink
chore: updates
Browse files Browse the repository at this point in the history
  • Loading branch information
rustygreen committed Feb 8, 2024
1 parent 1e4a667 commit 02d1bfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
run: npm run build:ci

- name: Archive build
if: success() && github.event_name != 'pull_request's
if: success() && github.event_name != 'pull_request'
uses: actions/upload-artifact@v4
with:
name: github-pages
Expand Down

0 comments on commit 02d1bfc

Please sign in to comment.