Skip to content

Commit

Permalink
get build working
Browse files Browse the repository at this point in the history
  • Loading branch information
davetcc committed Sep 7, 2024
1 parent 3436c16 commit f583eff
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/hugo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,9 @@ jobs:
- name: Install Dart Sass and Doxygen
run: |
sudo snap install dart-sass
sudo snap install doxygen
sudo apt-add-repository universe
sudo apt-get update
sudo apt-get install doxygen
- name: Checkout
uses: actions/checkout@v4
with:
Expand Down

0 comments on commit f583eff

Please sign in to comment.