Skip to content

Commit

Permalink
Fixed: Docs deployment workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Sewer56 committed Dec 4, 2023
1 parent d692b57 commit 27d8456
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/DeployMkDocs.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
name: DeployMkDocs



on:
push:
branches: [ main ]
Expand All @@ -17,4 +19,8 @@ on:

jobs:
build-and-deploy:
uses: Nexus-Mods/NexusMods.App.Meta/.github/workflows/mkdocs-build-and-deploy.yaml@main
permissions:
contents: read
pages: write
id-token: write
uses: Nexus-Mods/NexusMods.App.Meta/.github/workflows/mkdocs-build-and-deploy.yaml@main

0 comments on commit 27d8456

Please sign in to comment.