Skip to content

Commit 8924bdc

Browse files
author
Scott Straughan
committed
Bug fix for debug flag.
1 parent 1aeef77 commit 8924bdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/generate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
-s "${{ vars.CI_PAGES_URL }}" \
3333
-a "${{ vars.CI_PAGES_URL }}/static/" \
3434
-b "${{ vars.CI_PAGES_URL }}/feed" \
35-
-g "${{ secrets.FRONT_END_REBUILD_TOKEN }}"
35+
-g "${{ secrets.FRONT_END_REBUILD_TOKEN }}" \
3636
-d
3737
- name: Copy Generate Feeds
3838
run: |

0 commit comments

Comments
 (0)