Skip to content

Commit

Permalink
fix(ci): add insider installation to deploy job
Browse files Browse the repository at this point in the history
  • Loading branch information
meysam81 committed Mar 27, 2024
1 parent 14789d3 commit 72cc10f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,10 @@ jobs:
run: |
pip install -U pip -r requirements.txt
sudo apt-get install -y libcairo2-dev libfreetype6-dev libffi-dev libjpeg-dev libpng-dev libz-dev pngquant
- name: Install mkdocs-material-insiders
run: ./scripts/install-mkdocs-material-insiders.sh
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
- name: Build the site
run: mkdocs build
env:
Expand Down

0 comments on commit 72cc10f

Please sign in to comment.