Skip to content

Commit

Permalink
Updated: Docs Workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Sewer56 committed Jun 23, 2024
1 parent 5d13b25 commit 046ac13
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/deploy-mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ jobs:
id-token: write
steps:
- name: Deploy MkDocs
uses: Reloaded-Project/reloaded-project-configurations-rust/.github/actions/deploy-mkdocs-documentation@v1
uses: Reloaded-Project/devops-mkdocs@v1
with:
REQUIREMENTS: ./docs/requirements.txt
requirements: ./docs/requirements.txt
publish-to-pages: ${{ github.event_name == 'push' }}
checkout-current-repo: true

0 comments on commit 046ac13

Please sign in to comment.