Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .github/workflows/docs-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ on:
- main
jobs:
docs-publish:
permissions:
contents: write
name: Publish documentation
runs-on: ubuntu-latest
steps:
Expand All @@ -14,7 +16,7 @@ jobs:
with:
python-version: 3.x
- run: pip install -r docs-requirements.txt
- run: mkdocs gh-deploy --force
- run: mkdocs gh-deploy --force
Comment thread
m-bull marked this conversation as resolved.
Outdated

- name: Send message to Slack via Workflow Builder
uses: ./.github/actions/slack-alert
Expand Down