Skip to content

Wso throttles and crosslinks (#44) #54

Wso throttles and crosslinks (#44)

Wso throttles and crosslinks (#44) #54

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]
- name: Setup mdBook
uses: peaceiris/[email protected]
with:
mdbook-version: "latest"
- run: mdbook build
- name: Deploy
uses: peaceiris/[email protected]
if: ${{ github.ref == 'refs/heads/master' }}
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./book/html
publish_branch: html