mirror of
https://github.com/kou029w/hasura-rest-hands-on.git
synced 2025-02-03 23:58:40 +00:00
Compare commits
2 commits
f073760bb9
...
428f04f51a
Author | SHA1 | Date | |
---|---|---|---|
|
428f04f51a | ||
|
b25c9e0be9 |
1 changed files with 2 additions and 2 deletions
4
.github/workflows/github-pages.yml
vendored
4
.github/workflows/github-pages.yml
vendored
|
@ -31,7 +31,7 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
brew bundle
|
brew bundle
|
||||||
mdbook build
|
mdbook build
|
||||||
- uses: actions/upload-pages-artifact@v3
|
- uses: actions/upload-pages-artifact@v2
|
||||||
with:
|
with:
|
||||||
path: book
|
path: book
|
||||||
- uses: actions/deploy-pages@v4
|
- uses: actions/deploy-pages@v3
|
||||||
|
|
Loading…
Add table
Reference in a new issue