diff --git a/.gitea/.workflows/publish.yaml b/.gitea/.workflows/publish.yaml index 26cb3059..e21d78a6 100644 --- a/.gitea/.workflows/publish.yaml +++ b/.gitea/.workflows/publish.yaml @@ -7,7 +7,7 @@ on: pull_request: jobs: - deploy: + deploy_and_publish: runs-on: ubuntu-latest concurrency: group: ${{ github.workflow }}-${{ github.ref }} @@ -21,7 +21,7 @@ jobs: uses: peaceiris/actions-hugo@v2 with: hugo-version: 'latest' - extended: true + extended: true - name: Build run: hugo --minify