mirror of
https://github.com/kou029w/hasura-rest-hands-on.git
synced 2025-02-03 23:58:40 +00:00
Compare commits
2 commits
e6007d74e2
...
428f04f51a
Author | SHA1 | Date | |
---|---|---|---|
|
428f04f51a | ||
|
b25c9e0be9 |
2 changed files with 2 additions and 2 deletions
2
.github/workflows/github-pages.yml
vendored
2
.github/workflows/github-pages.yml
vendored
|
@ -34,4 +34,4 @@ jobs:
|
||||||
- uses: actions/upload-pages-artifact@v2
|
- uses: actions/upload-pages-artifact@v2
|
||||||
with:
|
with:
|
||||||
path: book
|
path: book
|
||||||
- uses: actions/deploy-pages@v2
|
- uses: actions/deploy-pages@v3
|
||||||
|
|
|
@ -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