Skip to content

Commit

Permalink
Temporary change to force deploy, please ignore!
Browse files Browse the repository at this point in the history
  • Loading branch information
Sewer56 committed Feb 5, 2024
1 parent 17cc311 commit 5d3975d
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/mkdocs-build-and-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,9 @@ name: MkDocs build and deploy
on:
workflow_dispatch:
push:
branches: [ main ]
paths:
- "mkdocs.yml"
- "docs/**"
branches: [ main, mkdocs ]
pull_request:
branches: [ main ]
paths:
- "mkdocs.yml"
- "docs/**"

jobs:
build-and-deploy:
Expand All @@ -20,3 +14,5 @@ jobs:
pages: write
id-token: write
uses: Nexus-Mods/NexusMods.App.Meta/.github/workflows/mkdocs-build-and-deploy.yaml@main
with:
mkdocs-version: 'latest'

0 comments on commit 5d3975d

Please sign in to comment.