Skip to content

Commit

Permalink
Try another mkdocs deploy.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 595485713
  • Loading branch information
ColCarroll authored and The bayeux Authors committed Jan 3, 2024
1 parent 40589e8 commit f5fc144
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/build_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,7 @@ jobs:
python -m pip install --upgrade pip
python -m pip install .[docs]
- name: Build docs
- name: Upload docs
run: |
mkdocs build
mkdocs build # twice, see https://github.com/patrick-kidger/pytkdocs_tweaks
- name: Upload docs
uses: actions/upload-artifact@v2
with:
name: docs
path: site # where `mkdocs build` puts the built site
mkdocs gh-deploy --force

0 comments on commit f5fc144

Please sign in to comment.