Added: Garbage Collection & Deletion of Library Items #224
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: MkDocs build and deploy | |
on: | |
workflow_dispatch: | |
push: | |
branches: [ main ] | |
paths: | |
- "mkdocs.yml" | |
- "docs/**" | |
pull_request: | |
branches: [ main ] | |
paths: | |
- "mkdocs.yml" | |
- "docs/**" | |
jobs: | |
build-and-deploy: | |
permissions: | |
contents: read | |
pages: write | |
id-token: write | |
uses: Nexus-Mods/NexusMods.App.Meta/.github/workflows/mkdocs-build-and-deploy.yaml@main |