Skip to content

locked the deployment to mdbook v0.4.42 to prevent breaking changes #545

locked the deployment to mdbook v0.4.42 to prevent breaking changes

locked the deployment to mdbook v0.4.42 to prevent breaking changes #545

name: Deploy mdBook to GH Pages
on:
push:
branches:
- "master"
permissions:
contents: write
jobs:
deploy:
runs-on: ubuntu-latest
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
steps:
- uses: actions/[email protected]
with:
token: ${{ secrets.GH_PAGES_DEPLOY_BOT_PAT }}
- name: Setup mdBook
uses: peaceiris/[email protected]
with:
mdbook-version: "0.4.42"
- run: mdbook build
- name: Deploy
uses: peaceiris/[email protected]
if: ${{ github.ref == 'refs/heads/master' }}
with:
personal_token: ${{ secrets.GH_PAGES_DEPLOY_BOT_PAT }}
publish_dir: ./book/html
publish_branch: html
cname: f4.manuals.heatblur.se