mirror of
https://github.com/kou029w/intro-to-hasura.git
synced 2025-01-19 00:18:09 +00:00
update depends
This commit is contained in:
parent
85eb906546
commit
5841622801
1 changed files with 5 additions and 4 deletions
9
.github/workflows/github-pages.yml
vendored
9
.github/workflows/github-pages.yml
vendored
|
@ -1,7 +1,8 @@
|
||||||
name: github-pages
|
name: github-pages
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [main]
|
branches:
|
||||||
|
- main
|
||||||
jobs:
|
jobs:
|
||||||
main:
|
main:
|
||||||
permissions:
|
permissions:
|
||||||
|
@ -10,9 +11,9 @@ jobs:
|
||||||
environment: github-pages
|
environment: github-pages
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v4
|
||||||
- run: make build
|
- run: make build
|
||||||
- uses: actions/upload-pages-artifact@v1
|
- uses: actions/upload-pages-artifact@v3
|
||||||
with:
|
with:
|
||||||
path: dist
|
path: dist
|
||||||
- uses: actions/deploy-pages@v1
|
- uses: actions/deploy-pages@v4
|
||||||
|
|
Loading…
Add table
Reference in a new issue