mirror of
https://github.com/web3privacy/data
synced 2024-10-15 18:16:28 +02:00
removed 'upload' job in deploy.yml
This commit is contained in:
parent
88d86f545b
commit
dfb462ba46
1 changed files with 0 additions and 11 deletions
11
.github/workflows/deploy.yml
vendored
11
.github/workflows/deploy.yml
vendored
|
@ -16,17 +16,6 @@ permissions:
|
||||||
id-token: write
|
id-token: write
|
||||||
|
|
||||||
jobs:
|
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:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
|
Loading…
Reference in a new issue