Skip to content

Commit

Permalink
Merge pull request #34 from wnfs-wg/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/upload-pages-artifact-3

build(deps): bump actions/upload-pages-artifact from 2 to 3
  • Loading branch information
icidasset authored Jan 5, 2024
2 parents dcb7f03 + 4fa3b30 commit 39b3c9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reusable-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- run: pnpm run lint
- run: pnpm run docs
- uses: actions/configure-pages@v4
- uses: actions/upload-pages-artifact@v2
- uses: actions/upload-pages-artifact@v3
with:
path: ./docs
- name: Deploy to GitHub Pages
Expand Down

0 comments on commit 39b3c9f

Please sign in to comment.