Skip to content

Commit

Permalink
Add mkdocs-build-and-deploy.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
halgari committed Feb 1, 2024
1 parent 12cee2c commit b8da7e4
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/mkdocs-build-and-deploy.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
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@07124bc3ce9131c5d42561c57355eef02f5c51b1

0 comments on commit b8da7e4

Please sign in to comment.