Update actions/upload-pages-artifact action to v2
This commit is contained in:
parent
f7d830e2ff
commit
f37b9969cb
2
.github/workflows/pages.yml
vendored
2
.github/workflows/pages.yml
vendored
@ -33,7 +33,7 @@ jobs:
|
|||||||
- name: Setup Pages
|
- name: Setup Pages
|
||||||
uses: actions/configure-pages@v3
|
uses: actions/configure-pages@v3
|
||||||
- name: Upload artifact
|
- name: Upload artifact
|
||||||
uses: actions/upload-pages-artifact@v1
|
uses: actions/upload-pages-artifact@v2
|
||||||
with:
|
with:
|
||||||
# Upload entire repository
|
# Upload entire repository
|
||||||
path: '.'
|
path: '.'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user