Skip to content

Commit

Permalink
fix: mkdocs build -s works again
Browse files Browse the repository at this point in the history
  • Loading branch information
dhdaines committed Aug 17, 2024
1 parent 2663824 commit 3fcd149
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/native.yml
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ jobs:
- name: Test doc generation
run: |
cd rustfst-python
mkdocs build
mkdocs build -s
publish-python-doc:
name: Publish rustfst-python's doc
Expand Down Expand Up @@ -289,7 +289,7 @@ jobs:
- run: git config user.name ${{ env.GIT_COMMITTER_NAME }}
- run: git config user.email ${{ env.GIT_COMMITTER_EMAIL }}
- run: git fetch origin gh-pages --depth=1
- run: cd rustfst-python && mkdocs build
- run: cd rustfst-python && mkdocs build -s
- name: Deploy Doc to latest
if: github.ref == 'refs/heads/main'
run: cd rustfst-python && mike deploy --push latest
Expand Down

0 comments on commit 3fcd149

Please sign in to comment.