From b587beb80602d925a08b3fabecbe82df6b26bdad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maximilian=20Ke=C3=9Fler?= Date: Wed, 18 Oct 2023 18:46:34 +0200 Subject: [PATCH] use single job --- .gitea/workflows/build.yaml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 38f4bb1..d960708 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -31,12 +31,8 @@ jobs: .ci/ci_build.sh # Note that this includes pushing to the build mirror env: REF_NAME: ${{ github.ref_name }} - deploy-pages: - runs-on: ubuntu-latest - needs: build - if: github.ref == 'refs/heads/master' - steps: - - name: Deploy to pages + - name: deploy pages + if: github.ref == 'refs/heads/master' uses: actions/pages@v1 with: directory: build/