Skip to content

Commit

Permalink
Merge branch 'main' of github.com:open-AIMS/dh_sediment_monitoring
Browse files Browse the repository at this point in the history
  • Loading branch information
pcinereus committed Jun 3, 2024
2 parents 71b5e72 + a91a60a commit 12e751f
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .github/workflows/Manual-build-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,16 @@ jobs:
steps:
- name: Install Google Fonts
run: |
wget -O architects_daughter.zip https://fonts.google.com/download?family=Architects%20Daughter
unzip -d architects_daughter/ architects_daughter.zip
mv architects_daughter /usr/share/fonts/
# wget -O architects_daughter.zip https://fonts.google.com/download?family=Architects%20Daughter
# unzip -d architects_daughter/ architects_daughter.zip
# mv architects_daughter /usr/share/fonts/
wget -O ArchitectsDaughter-Regular.ttf https://github.com/google/fonts/raw/main/ofl/architectsdaughter/ArchitectsDaughter-Regular.ttf
mkdir -p /usr/share/fonts/architects_daughter
mv ArchitectsDaughter-Regular.ttf /usr/share/fonts/architects_daughter/
fc-cache -fv
fc-list
fc-list -v | grep -i archi
- name: Checkout repository
uses: actions/checkout@v4

Expand Down Expand Up @@ -70,4 +73,4 @@ jobs:
uses: JamesIves/[email protected]
with:
branch: gh-pages
folder: docs
folder: docs

0 comments on commit 12e751f

Please sign in to comment.