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: