Skip to content

Change 'can' to 'should' in publishing instructions #137

Change 'can' to 'should' in publishing instructions

Change 'can' to 'should' in publishing instructions #137

Workflow file for this run

name: Publish docs via GitHub Pages
on:
push:
branches:
- master
workflow_dispatch:
jobs:
build:
name: Deploy docs
runs-on: ubuntu-latest
steps:
- name: Checkout master
uses: actions/checkout@v4
with:
submodules: true
- name: Deploy docs
uses: mhausenblas/mkdocs-deploy-gh-pages@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}