Skip to content

reorganise everything #50

reorganise everything

reorganise everything #50

Workflow file for this run

name: Deploy mdBook
on:
push:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: XAMPPRocky/deploy-mdbook@v1.1
with:
token: ${{ secrets.GITHUB_TOKEN }}