From 05b7c4a20c5a6b7d7f41350de2472b389b34ba52 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20Mei=C3=9Fl?= Date: Fri, 28 Jun 2024 22:19:22 +0200 Subject: [PATCH] disable pages step --- .github/workflows/deploy-main.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy-main.yaml b/.github/workflows/deploy-main.yaml index 4fd2a0e..3e22257 100644 --- a/.github/workflows/deploy-main.yaml +++ b/.github/workflows/deploy-main.yaml @@ -24,8 +24,8 @@ jobs: steps: - name: Checkout staging uses: actions/checkout@v4 - - name: Setup Pages - uses: actions/configure-pages@v4 +# - name: Setup Pages +# uses: actions/configure-pages@v4 - name: Build image run: docker build . --file Dockerfile --tag $IMAGE_NAME --label "runnumber=${GITHUB_RUN_ID}" - name: Login ghcr