Skip to content

Commit

Permalink
fix: CI configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
giladgd committed Feb 23, 2024
1 parent d2351db commit 15545ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
npm run docs:build
- name: Upload docs to GitHub Pages
if: steps.set-npm-url.outputs.npm-url != '' && github.ref == 'refs/heads/master'
uses: actions/upload-pages-artifact@v4
uses: actions/upload-artifact@v4
with:
name: pages-docs
path: docs-site
Expand Down

0 comments on commit 15545ab

Please sign in to comment.