mirror of
https://github.com/kou029w/intro-to-hasura.git
synced 2025-01-18 16:08:04 +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
|
||||
on:
|
||||
push:
|
||||
branches: [main]
|
||||
branches:
|
||||
- main
|
||||
jobs:
|
||||
main:
|
||||
permissions:
|
||||
|
@ -10,9 +11,9 @@ jobs:
|
|||
environment: github-pages
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v4
|
||||
- run: make build
|
||||
- uses: actions/upload-pages-artifact@v1
|
||||
- uses: actions/upload-pages-artifact@v3
|
||||
with:
|
||||
path: dist
|
||||
- uses: actions/deploy-pages@v1
|
||||
- uses: actions/deploy-pages@v4
|
||||
|
|
Loading…
Add table
Reference in a new issue