Skip to content

update (Thu Oct 31 10:45:36 PM CST 2024) #53

update (Thu Oct 31 10:45:36 PM CST 2024)

update (Thu Oct 31 10:45:36 PM CST 2024) #53

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