We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 394ab25 + 74ae98e commit 8649bdeCopy full SHA for 8649bde
.github/workflows/pages.yml
@@ -39,7 +39,7 @@ jobs:
39
--destination _site \
40
--baseurl "${{ steps.pages.outputs.base_path }}"
41
- name: Upload GitHub Pages to artifact
42
- uses: actions/upload-pages-artifact@v1
+ uses: actions/upload-pages-artifact@v2
43
with:
44
path: _site
45
0 commit comments