Merge pull request #432 from quartiq/rs/manual-publication
Correcting Stabilizer user manual release workflow
This commit is contained in:
commit
08f5d5da5d
|
@ -39,14 +39,14 @@ jobs:
|
||||||
|
|
||||||
- name: Build Book
|
- name: Build Book
|
||||||
working-directory: book
|
working-directory: book
|
||||||
run:
|
run: |
|
||||||
mv ../target/thumbv7em-none-eabihf/doc src/firmware
|
mv ../target/thumbv7em-none-eabihf/doc src/firmware
|
||||||
mdbook build
|
mdbook build
|
||||||
|
|
||||||
- uses: peaceiris/actions-gh-pages@v3.8.0
|
- uses: peaceiris/actions-gh-pages@v3.8.0
|
||||||
with:
|
with:
|
||||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
publish_dir: docs
|
publish_dir: book/stabilizer-manual/html
|
||||||
enable_jekyll: true
|
enable_jekyll: true
|
||||||
publish_branch: pages
|
publish_branch: pages
|
||||||
force_orphan: true
|
force_orphan: true
|
||||||
|
|
|
@ -10,7 +10,7 @@ create-missing = false
|
||||||
build-dir = "stabilizer-manual"
|
build-dir = "stabilizer-manual"
|
||||||
|
|
||||||
[output.html]
|
[output.html]
|
||||||
site-url = "https://quartiq.de/stabilizer"
|
site-url = "/stabilizer"
|
||||||
git-repository-url = "https://github.com/quartiq/stabilizer"
|
git-repository-url = "https://github.com/quartiq/stabilizer"
|
||||||
|
|
||||||
[output.linkcheck]
|
[output.linkcheck]
|
||||||
|
|
Loading…
Reference in New Issue