diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index 6853fc6..d8605ac 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -10,7 +10,8 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - name: Fetch repo + uses: actions/checkout@v3 with: submodules: true # Fetch Hugo themes (true OR recursive) fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod @@ -21,10 +22,10 @@ jobs: hugo-version: "0.110.0" extended: true - - name: Build + - name: Build website run: hugo --minify - - name: Deploy + - name: Deploy website run: hugo deploy env: AWS_ACCESS_KEY_ID: ${{ secrets.ACCESS_KEY_ID }}