mirror of
https://github.com/kou029w/hasura-rest-hands-on.git
synced 2025-02-03 15:48:38 +00:00
Merge 2c4b61000b
into 71b4856081
This commit is contained in:
commit
f073760bb9
2 changed files with 3 additions and 3 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@v2
|
- uses: actions/upload-pages-artifact@v3
|
||||||
with:
|
with:
|
||||||
path: book
|
path: book
|
||||||
- uses: actions/deploy-pages@v2
|
- uses: actions/deploy-pages@v4
|
||||||
|
|
|
@ -10,7 +10,7 @@
|
||||||
"@vitejs/plugin-vue": "^4.0.0",
|
"@vitejs/plugin-vue": "^4.0.0",
|
||||||
"@vueup/vue-quill": "^1.1.0",
|
"@vueup/vue-quill": "^1.1.0",
|
||||||
"@vueuse/core": "^10.0.0",
|
"@vueuse/core": "^10.0.0",
|
||||||
"vite": "^4.1.4",
|
"vite": "^5.0.0",
|
||||||
"vue": "^3.2.47"
|
"vue": "^3.2.47"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue