Skip to content

update (Sun Nov 3 10:38:41 PM CST 2024) #54

update (Sun Nov 3 10:38:41 PM CST 2024)

update (Sun Nov 3 10:38:41 PM CST 2024) #54

Workflow file for this run

name: MkDocs Build and Deploy
on: [push, workflow_dispatch]
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: read
pages: write
id-token: write
steps:
- name: Deploy MkDocs
uses: Reloaded-Project/devops-mkdocs@v1
with:
requirements: ./docs/requirements.txt
publish-to-pages: ${{ github.event_name == 'push' }}
checkout-current-repo: true