diff options
author | 2024-04-27 22:22:36 +0200 | |
---|---|---|
committer | 2024-04-27 22:22:36 +0200 | |
commit | 6619895575597c88c7fd794dbcf0c00d20bf76ee (patch) | |
tree | 505f66b0e0a758528fe5834412f740e75b4c2814 /.github | |
parent | Move documentation to Hugo (diff) |
Install hugo properly
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/docs.yaml | 3 |
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: |