Skip to content

Commit

Permalink
Update ci-docs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
benphelps authored Sep 29, 2023
1 parent 190a1f1 commit 8dfdd41
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,12 @@ jobs:
- run: sudo apt-get install pngquant
- run: pip install mike
- run: pip install git+https://${GH_TOKEN}@github.com/benphelps/mkdocs-material-insiders.git
- name: Sync gh-pages
run: |
git fetch origin gh-pages
git checkout gh-pages
git pull origin gh-pages
git checkout main
- name: Mike Deploy for Tags
if: github.ref != 'refs/heads/main'
run: mike deploy --push ${{github.ref_name}} latest
Expand Down

0 comments on commit 8dfdd41

Please sign in to comment.