Skip to content

Commit 8a723d3

Browse files
author
Scott Straughan
committed
Revert "Add debug flag."
This reverts commit 1aeef77
1 parent 84a487e commit 8a723d3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/generate.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +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 }}" \
36-
-d
35+
-g "${{ secrets.FRONT_END_REBUILD_TOKEN }}"
3736
- name: Copy Generate Feeds
3837
run: |
3938
cp -R html/. static feed/

0 commit comments

Comments
 (0)