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 907cc6a commit 830e412Copy full SHA for 830e412
.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