mirror of
https://github.com/kou029w/pucchinglgl.git
synced 2025-04-18 10:19:39 +00:00
chore(deps): update actions/upload-pages-artifact action to v2
This commit is contained in:
parent
63345c4b64
commit
14bc9e888a
1 changed files with 1 additions and 1 deletions
2
.github/workflows/github-pages.yml
vendored
2
.github/workflows/github-pages.yml
vendored
|
@ -17,7 +17,7 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
yarn install
|
yarn install
|
||||||
yarn build
|
yarn build
|
||||||
- uses: actions/upload-pages-artifact@v1
|
- uses: actions/upload-pages-artifact@v2
|
||||||
with:
|
with:
|
||||||
path: build
|
path: build
|
||||||
- uses: actions/deploy-pages@v2
|
- uses: actions/deploy-pages@v2
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue