Skip to content

ci: fix paths for test and gh actions #14

ci: fix paths for test and gh actions

ci: fix paths for test and gh actions #14

Workflow file for this run

name: mkdocs_build_deploy
on:
workflow_dispatch:
push:
branches:
- main
- dev
paths:
- 'docs/**'
jobs:
build:
name: Deploy docs
runs-on: ubuntu-latest
steps:
- name: Checkout main
uses: actions/checkout@v4
- name: Deploy docs
uses: mhausenblas/mkdocs-deploy-gh-pages@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CONFIG_FILE: mkdocs.yml
EXTRA_PACKAGES: build-base
REQUIREMENTS: docs/requirements.txt