Skip to content

Commit 3d9d278

Browse files
committed
[ci] Try to fix the deployment if and env
1 parent 4642e49 commit 3d9d278

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pelican.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109
concurrency:
110110
group: "pages"
111111
cancel-in-progress: false
112-
if: ${{ env.DEPLOY }}
112+
if: env.DEPLOY
113113
environment:
114114
name: github-pages
115115
url: ${{ steps.deployment.outputs.page_url }}

0 commit comments

Comments
 (0)