Skip to content

Commit

Permalink
Minor fixes for documentation links (microsoft#1666)
Browse files Browse the repository at this point in the history
  • Loading branch information
BernieWhite authored Nov 14, 2023
1 parent 11dc0b9 commit de01282
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,13 +65,15 @@ jobs:
uses: actions/checkout@v4
with:
ref: refs/heads/gh-pages

- name: Setup Pages
uses: actions/configure-pages@v3

- name: Upload artifact
uses: actions/upload-pages-artifact@v2
with:
# Upload entire repository
path: '.'

- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v2
6 changes: 3 additions & 3 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,9 @@ nav:
- Releases:
- Change log:
- v3: 'CHANGELOG-v3.md'
- v2: 'CHANGELOG-v2.md'
- v1: 'CHANGELOG-v1.md'
- v0: 'CHANGELOG-v0.md'
- v2: https://microsoft.github.io/PSRule/stable/CHANGELOG-v2/
- v1: https://microsoft.github.io/PSRule/stable/CHANGELOG-v1/
- v0: https://microsoft.github.io/PSRule/stable/CHANGELOG-v0/
- Upgrade notes: upgrade-notes.md
- Deprecations: deprecations.md
- Changes and versioning: versioning.md
Expand Down

0 comments on commit de01282

Please sign in to comment.