Skip to content

Commit

Permalink
Rebuild examples in documentaiton CI
Browse files Browse the repository at this point in the history
  • Loading branch information
yaqwsx committed Nov 24, 2023
1 parent 8a54976 commit ab3fc17
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,22 @@ jobs:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: ./.github/actions/setup-kicad
with:
kicad-version: v7
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: "3.10"
- name: Install dependencies
run: |
pip3 install mkdocs-material mike
pip3 install mkdocs-material mike PcbDraw
pip3 install -e .
- name: Setup doc deploy
run: |
git config --global user.name Documentation Bot
git config --global user.email [email protected]
- name: Build docs
run: mike deploy --push --update-aliases upstream
run: |
make -B doc
mike deploy --push --update-aliases upstream

0 comments on commit ab3fc17

Please sign in to comment.