Skip to content

Merge pull request #21 from matagus/github-labels-management-and-sync #9

Merge pull request #21 from matagus/github-labels-management-and-sync

Merge pull request #21 from matagus/github-labels-management-and-sync #9

Workflow file for this run

name: Publish docs via GitHub Pages
on:
workflow_dispatch:
push:
branches:
- main
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 }}
REQUIREMENTS: requirements.txt