Skip to content

Commit

Permalink
Merge pull request #70 from sue445/dependabot/github_actions/actions/…
Browse files Browse the repository at this point in the history
…upload-pages-artifact-2

Bump actions/upload-pages-artifact from 1 to 2
  • Loading branch information
sue445 committed Jul 17, 2023
2 parents 59b9722 + 795a5c0 commit 4e55a6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pages.yml
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Setup Pages
uses: actions/configure-pages@v3
- name: Upload artifact
uses: actions/upload-pages-artifact@v1
uses: actions/upload-pages-artifact@v2
with:
# Upload entire repository
path: './doc'
Expand Down

0 comments on commit 4e55a6f

Please sign in to comment.