mirror of
https://github.com/kou029w/intro-to-graphql.git
synced 2025-01-18 16:08:03 +00:00
update version
This commit is contained in:
parent
67969c080a
commit
6a4e90dae6
1 changed files with 3 additions and 3 deletions
6
.github/workflows/github-pages.yml
vendored
6
.github/workflows/github-pages.yml
vendored
|
@ -10,9 +10,9 @@ jobs:
|
||||||
environment: github-pages
|
environment: github-pages
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v4
|
||||||
- run: make build
|
- run: make build
|
||||||
- uses: actions/upload-pages-artifact@v1
|
- uses: actions/upload-pages-artifact@v2
|
||||||
with:
|
with:
|
||||||
path: dist
|
path: dist
|
||||||
- uses: actions/deploy-pages@v1
|
- uses: actions/deploy-pages@v2
|
||||||
|
|
Loading…
Add table
Reference in a new issue