Skip to content

Commit

Permalink
Update publish-docs.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
anwather authored Apr 12, 2024
1 parent c76e741 commit c123c10
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/publish-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,15 @@ jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: actions/setup-python@v2
with:
python-version: 3.x
- run: pip install mkdocs mkdocs-material
- name: ConvertAlerts
shell: pwsh
run: |
mkdir tmp
./Scripts/Operations/Convert-MarkdownGitHubAlerts.ps1 -Path ./Docs -OutputPath ./tmp
Move-Item -Path ./tmp/* -Destination ./Docs -Force
- run: mkdocs gh-deploy --force --clean --verbose

0 comments on commit c123c10

Please sign in to comment.