Skip to content

Fix content views and content view filters (#157) #114

Fix content views and content view filters (#157)

Fix content views and content view filters (#157) #114

Workflow file for this run

name: Documentation
on:
push:
branches:
- master
paths:
- '**.go'
- 'docs'
jobs:
docs:
runs-on: ubuntu-latest
name: Generate
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: 3.11
- name: Install dependencies
run: |
python3 -m pip install mkdocs
- run: mkdocs build
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
env:
PERSONAL_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
PUBLISH_BRANCH: gh-pages
PUBLISH_DIR: ./html