removed 'upload' job in deploy.yml

This commit is contained in:
niclaz 2024-09-05 23:45:14 +02:00 committed by GitHub
parent 88d86f545b
commit dfb462ba46
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 11 deletions

View File

@ -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: