Skip to content

Update CI to use k8s arg to make command (#1602) #95

Update CI to use k8s arg to make command (#1602)

Update CI to use k8s arg to make command (#1602) #95

Workflow file for this run

name: Deploy documentation
on:
workflow_dispatch:
push:
branches:
- 'master'
jobs:
mkdocs:
permissions:
contents: write
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: pip install mkdocs mkdocs-material
- run: mkdocs gh-deploy --strict --no-history --force