Skip to content

Commit 16ce1b3

Browse files
committed
Sigh...
1 parent 58d5d0a commit 16ce1b3

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/main-fe.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,4 +70,7 @@ jobs:
7070
with:
7171
apiToken: ${{ secrets.CF_API_TOKEN }}
7272
accountId: ${{ secrets.CF_ACCOUNT_ID }}
73-
command: pages deploy ./frontend/dist --project-name=localib --env ${{ github.event_name == 'release' && 'main' || 'not-hotdog' }}
73+
command: >
74+
pages deploy ./frontend/dist
75+
--project-name=localib
76+
--branch ${{ github.event_name == 'release' && 'main' || 'not-hotdog' }}

0 commit comments

Comments
 (0)