Skip to content

Commit

Permalink
Update ci_mkdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
xie186 committed May 13, 2024
1 parent a18b9b1 commit 63d9c78
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci_mkdoc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
paths:
- 'mkdocs.yaml'
- 'notebook/**'
- 'docs/**'
permissions:
contents: write
jobs:
Expand All @@ -30,7 +31,6 @@ jobs:
- run: pip install mkdocs-material # (4)!
- run: pip install jupyterlab==4.1.1
- run: pwd & ls
- run: find notebook/ -not -path "*.ipynb_checkpoints*" -name "*.ipynb" -exec jupyter nbconvert --to markdown --output-dir docs/ {} \;
- run: pwd & rm -rf notebook/
- run: find docs/ -not -path "*.ipynb_checkpoints*" -name "*.ipynb" -exec jupyter nbconvert --to markdown --output-dir docs/ {} \;
- run: pwd & ls docs/
- run: mkdocs gh-deploy --force --remote-branch gh-pages # mkdocs gh-deploy --force

0 comments on commit 63d9c78

Please sign in to comment.