diff --git a/.gitea/workflows/hugo.yaml b/.gitea/workflows/hugo.yaml index c7405e4..cec1b3a 100644 --- a/.gitea/workflows/hugo.yaml +++ b/.gitea/workflows/hugo.yaml @@ -1,4 +1,4 @@ -name: Node CI +name: Hugo on: [push] @@ -9,7 +9,7 @@ jobs: steps: - name: Grab dependancies - run: apt install rsync hugo + run: apt-get update && apt-get install rsync hugo - uses: actions/checkout@v3 - name: Run build task run: hugo --minify --logLevel info