We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d13b25 commit 046ac13Copy full SHA for 046ac13
1 file changed
.github/workflows/deploy-mkdocs.yml
@@ -22,6 +22,8 @@ jobs:
22
id-token: write
23
steps:
24
- name: Deploy MkDocs
25
- uses: Reloaded-Project/reloaded-project-configurations-rust/.github/actions/deploy-mkdocs-documentation@v1
+ uses: Reloaded-Project/devops-mkdocs@v1
26
with:
27
- REQUIREMENTS: ./docs/requirements.txt
+ requirements: ./docs/requirements.txt
28
+ publish-to-pages: ${{ github.event_name == 'push' }}
29
+ checkout-current-repo: true
0 commit comments