Skip to content

Merge pull request #612 from systemli/dependabot/npm_and_yarn/npm-dep… #66

Merge pull request #612 from systemli/dependabot/npm_and_yarn/npm-dep…

Merge pull request #612 from systemli/dependabot/npm_and_yarn/npm-dep… #66

Workflow file for this run

name: Documentation
on:
push:
branches:
- 'main'
jobs:
mkdocs:
name: Build & Deploy Documentation
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v4.1.1
- name: Deploy Documentation
uses: mhausenblas/mkdocs-deploy-gh-pages@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CONFIG_FILE: mkdocs.yml