From e6fd166c5f754f3ef35705606e8c1550f6845ff8 Mon Sep 17 00:00:00 2001 From: digitalstudium Date: Sun, 26 Mar 2023 13:25:01 +0000 Subject: [PATCH] [skip ci] Update deploy.yaml --- .gitea/workflows/deploy.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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 }}