mirror of
https://github.com/kou029w/intro-to-software-testing.git
synced 2025-01-18 16:08:00 +00:00
Update all dependencies
This commit is contained in:
parent
87043e110e
commit
c758212a37
1 changed files with 2 additions and 2 deletions
4
.github/workflows/github-pages.yml
vendored
4
.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@v2
|
- uses: actions/upload-pages-artifact@v3
|
||||||
with:
|
with:
|
||||||
path: pages
|
path: pages
|
||||||
- uses: actions/deploy-pages@v2
|
- uses: actions/deploy-pages@v4
|
||||||
|
|
Loading…
Add table
Reference in a new issue