Skip to content

Commit 046ac13

Browse files
committed
Updated: Docs Workflow
1 parent 5d13b25 commit 046ac13

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/deploy-mkdocs.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ jobs:
2222
id-token: write
2323
steps:
2424
- name: Deploy MkDocs
25-
uses: Reloaded-Project/reloaded-project-configurations-rust/.github/actions/deploy-mkdocs-documentation@v1
25+
uses: Reloaded-Project/devops-mkdocs@v1
2626
with:
27-
REQUIREMENTS: ./docs/requirements.txt
27+
requirements: ./docs/requirements.txt
28+
publish-to-pages: ${{ github.event_name == 'push' }}
29+
checkout-current-repo: true

0 commit comments

Comments
 (0)