Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
twardoch committed Oct 19, 2023
1 parent c605011 commit 60b24e0
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,15 @@ jobs:
path: .cache
restore-keys: |
mkdocs-material-
- run: sudo apt-get install pngquant
- run: sudo apt-get install pngquant
- run: pip install git+https://${GH_TOKEN}@github.com/squidfunk/mkdocs-material-insiders.git
- run: pip install -r mkdocs/requirements.txt
- run: mkdocs gh-deploy --config-file mkdocs/mkdocs.yml --force
- run: |
mkdocs gh-deploy --config-file mkdocs/mkdocs.yml --force
git checkout gh-pages
echo "partners.fontlab.com" > CNAME
git add CNAME
git commit -m "Add CNAME"
git push origin gh-pages
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
GH_TOKEN: ${{ secrets.GH_TOKEN }}
2 changes: 1 addition & 1 deletion mkdocs/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ theme:
features:
# - navigation.instant
# - navigation.tracking
#- navigation.tabs
# - navigation.tabs
- navigation.sections
- navigation.top
- search.suggest
Expand Down

0 comments on commit 60b24e0

Please sign in to comment.