Skip to content

Commit

Permalink
Merge pull request #28 from salahhusa9/renovate/actions-upload-pages-…
Browse files Browse the repository at this point in the history
…artifact-3.x

Update actions/upload-pages-artifact action to v3
  • Loading branch information
salahhusa9 committed Dec 23, 2023
2 parents 185e5e7 + 1452909 commit 7eee828
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
- name: Static HTML export with Next.js
run: ${{ steps.detect-package-manager.outputs.runner }} next export
- name: Upload artifact
uses: actions/upload-pages-artifact@v2
uses: actions/upload-pages-artifact@v3
with:
path: ./out

Expand Down

0 comments on commit 7eee828

Please sign in to comment.