Skip to content

Commit

Permalink
Merge pull request #13 from Nexus-Mods/fix-mkdocs-deployment
Browse files Browse the repository at this point in the history
Fix: MkDocs Deployment Instructions & Workflow
  • Loading branch information
Al12rs authored Jan 10, 2024
2 parents 3d53438 + 07124bc commit b9253ed
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,12 +61,12 @@ Source: [`mkdocs-build-and-deploy.yaml`](./mkdocs-build-and-deploy.yaml)
Usage:

```yaml
permissions:
pages: write
id-token: write
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
```

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mkdocs-build-and-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
uses: actions/configure-pages@v3

- name: Build
uses: Tiryoh/actions-mkdocs@v0.20.0
uses: Tiryoh/actions-mkdocs@v0.23.0
with:
mkdocs_version: ${{ inputs.mkdocs-version }}
requirements: ${{ inputs.requirements-file }}
Expand Down

0 comments on commit b9253ed

Please # to comment.