From dfb462ba46ced287a48d5896cc55eaa68ffc0c6b Mon Sep 17 00:00:00 2001 From: niclaz <83479948+niclaz@users.noreply.github.com> Date: Thu, 5 Sep 2024 23:45:14 +0200 Subject: [PATCH] removed 'upload' job in deploy.yml --- .github/workflows/deploy.yml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index b4e84c7..862be8f 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -16,17 +16,6 @@ permissions: id-token: write jobs: - upload: - runs-on: ubuntu-latest - steps: - - name: Creating artifact placeholder file - run: echo "this is a placeholder file" > artifact.txt - - name: Upload Artifact - uses: actions/upload-artifact@v4 - with: - name: github-pages - path: artifact.txt - build: runs-on: ubuntu-latest steps: