Skip to content

Added Type 021-1 to RWR and Shrike tables (#456) #690

Added Type 021-1 to RWR and Shrike tables (#456)

Added Type 021-1 to RWR and Shrike tables (#456) #690

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/checkout@v4.1.1
with:
token: ${{ secrets.GH_PAGES_DEPLOY_BOT_PAT }}
- name: Setup mdBook
uses: peaceiris/actions-mdbook@v2.0.0
with:
mdbook-version: "0.4.42"
- run: mdbook build
- name: Deploy
uses: peaceiris/actions-gh-pages@v4.0.0
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