Skip to content

Commit

Permalink
ci: upload docs to https://webxdc.org/docs/
Browse files Browse the repository at this point in the history
  • Loading branch information
link2xt committed Apr 17, 2024
1 parent 24f9b34 commit 4db7a84
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/upload-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ jobs:
cargo install mdbook
cargo install mdbook-linkcheck
cd src-docs
mdbook build --dest-dir ../website/docs
mdbook build
mv book/html ../website/docs
- name: Upload website including docs and apps
run: |
Expand Down

0 comments on commit 4db7a84

Please sign in to comment.