Skip to content

Commit

Permalink
Install hugo properly
Browse files Browse the repository at this point in the history
  • Loading branch information
jchristgit committed Apr 27, 2024
1 parent de93077 commit 6619895
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ jobs:
steps:
- name: Install Hugo CLI
run: |
apt-get update -y && apt-get install -y hugo
sudo apt-get update -y
sudo apt-get install -y hugo
- name: Checkout
uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 6619895

Please sign in to comment.