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.
2 parents 907cc6a + 830e412 commit 8e61e1dCopy full SHA for 8e61e1d
.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@v3
+ uses: actions/upload-pages-artifact@v4
73
with:
74
path: ./.site/public
75
# Deployment job
0 commit comments