Skip to content

Commit

Permalink
build: Update GitHub Pages artifact upload action to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
StevenTCramer committed Oct 16, 2024
1 parent b7fbaac commit a736d8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
- name: Setup Pages
uses: actions/configure-pages@v2
- name: Upload artifact
uses: actions/upload-pages-artifact@v1
uses: actions/upload-pages-artifact@v2
with:
# Upload entire repository
path: './Documentation/_site'
Expand Down

0 comments on commit a736d8d

Please sign in to comment.