We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6602535 commit 7e296e2Copy full SHA for 7e296e2
.github/workflows/pelican.yml
@@ -104,13 +104,11 @@ jobs:
104
with:
105
path: ${{ env.OUTPUT_PATH }}
106
deploy:
107
- env:
108
- # FIXME: remove when workflow is no longer bitrotted
109
- DEPLOY: false
110
concurrency:
111
group: "pages"
112
cancel-in-progress: false
113
- if: ${{ env.DEPLOY }}
+ # FIXME: remove when workflow is no longer bitrotted
+ if: false
114
environment:
115
name: github-pages
116
url: ${{ steps.deployment.outputs.page_url }}
0 commit comments