Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
twardoch committed Oct 19, 2023
1 parent 60b24e0 commit 89e51f0
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,11 @@ jobs:
- 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
- name: Add CNAME
run: |
git config user.name "GitHub Actions"
git config user.email "[email protected]"
git checkout gh-pages
echo "partners.fontlab.com" > CNAME
git add CNAME
Expand Down

0 comments on commit 89e51f0

Please sign in to comment.