Skip to content

Commit 7e296e2

Browse files
committed
[ci] Hardcoded no-deploy
When all else fails...
1 parent 6602535 commit 7e296e2

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/pelican.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -104,13 +104,11 @@ jobs:
104104
with:
105105
path: ${{ env.OUTPUT_PATH }}
106106
deploy:
107-
env:
108-
# FIXME: remove when workflow is no longer bitrotted
109-
DEPLOY: false
110107
concurrency:
111108
group: "pages"
112109
cancel-in-progress: false
113-
if: ${{ env.DEPLOY }}
110+
# FIXME: remove when workflow is no longer bitrotted
111+
if: false
114112
environment:
115113
name: github-pages
116114
url: ${{ steps.deployment.outputs.page_url }}

0 commit comments

Comments
 (0)