Skip to content

Commit

Permalink
docs: update gh pages workflow to specify correct destination dir for…
Browse files Browse the repository at this point in the history
… fonts
  • Loading branch information
Omnikron13 committed May 12, 2024
1 parent 36cc840 commit 6998f30
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish-gh-pages-manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,10 @@ jobs:
env:
font: Ubuntu
version: v3.2.1
destination: docs/assets/fonts/
run: |
wget "https://github.com/ryanoasis/nerd-fonts/releases/download/${version}/${font}.zip"
unzip -j "${font}.zip" -d "assets/fonts/${font}"
unzip -j "${font}.zip" -d "${destination}/${font}"
- name: Deploy pages
uses: mhausenblas/mkdocs-deploy-gh-pages@master
Expand Down

0 comments on commit 6998f30

Please sign in to comment.