aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorGravatar Johannes Christ <[email protected]>2024-04-27 22:22:36 +0200
committerGravatar Johannes Christ <[email protected]>2024-04-27 22:22:36 +0200
commit6619895575597c88c7fd794dbcf0c00d20bf76ee (patch)
tree505f66b0e0a758528fe5834412f740e75b4c2814 /.github
parentMove documentation to Hugo (diff)
Install hugo properly
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/docs.yaml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml
index b5e3c03..bb3cb18 100644
--- a/.github/workflows/docs.yaml
+++ b/.github/workflows/docs.yaml
@@ -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: