mirror of
https://github.com/adoyle0/leptos-use.git
synced 2025-01-22 16:49:22 -05:00
fixed github actions
This commit is contained in:
parent
d0b4aa12cf
commit
6ee5ed66c3
1 changed files with 2 additions and 2 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
@ -38,14 +38,14 @@ jobs:
|
|||
- name: Setup Pages
|
||||
id: pages
|
||||
uses: actions/configure-pages@v3
|
||||
- name: Build mdbook
|
||||
- name: Build mdbook # TODO : run mdbook tests
|
||||
run: |
|
||||
cd docs/book
|
||||
mdbook build
|
||||
- name: Upload artifact
|
||||
uses: actions/upload-pages-artifact@v1
|
||||
with:
|
||||
path: .docs/book/book
|
||||
path: ./docs/book/book
|
||||
- name: Deploy book to github pages
|
||||
id: deployment
|
||||
uses: actions/deploy-pages@v2
|
||||
|
|
Loading…
Add table
Reference in a new issue