We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab94091 commit 7f3f8d5Copy full SHA for 7f3f8d5
.github/workflows/publish.site.yml
@@ -69,7 +69,7 @@ jobs:
69
run: |
70
Invoke-Build -Task BuildSite -SiteBaseUrl "${{ steps.pages.outputs.base_url }}/"
71
- name: Upload artifact
72
- uses: actions/upload-pages-artifact@v2
+ uses: actions/upload-pages-artifact@v3
73
with:
74
path: ./.site/public
75
# Deployment job
0 commit comments