Skip to content
This repository was archived by the owner on Sep 29, 2025. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 5 additions & 7 deletions .github/workflows/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,12 +97,10 @@ jobs:
"**/pyproject.toml"
"docs/requirements.txt"

- name: Install local pacakges
- name: Install MkDocs requirements
run: |
pip install ./pems_data
pip install ./pems_data -r docs/requirements.txt

- name: Deploy docs
uses: mhausenblas/mkdocs-deploy-gh-pages@master
env:
REQUIREMENTS: docs/requirements.txt
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Deploy MkDocs website
run: |
mkdocs gh-deploy --force
Loading