Merge pull request #432 from quartiq/rs/manual-publication

Correcting Stabilizer user manual release workflow
master
Ryan Summers 2021-08-09 17:40:12 +02:00 committed by GitHub
commit 08f5d5da5d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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]