diff --git a/.forgejo/workflows/deploy.yaml b/.forgejo/workflows/deploy.yaml index ebc87a0..217442f 100644 --- a/.forgejo/workflows/deploy.yaml +++ b/.forgejo/workflows/deploy.yaml @@ -1,4 +1,4 @@ -on: +on: push: branches: - main @@ -8,6 +8,8 @@ jobs: steps: - id: clone repo uses: actions/checkout@v3 + - id: build deps + run: hugo mod get -u - id: build run: hugo - id: copy