Skip to content

Commit

Permalink
Bug fix for debug flag.
Browse files Browse the repository at this point in the history
  • Loading branch information
scottstraughan committed Jul 26, 2024
1 parent 1aeef77 commit 8924bdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/generate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
-s "${{ vars.CI_PAGES_URL }}" \
-a "${{ vars.CI_PAGES_URL }}/static/" \
-b "${{ vars.CI_PAGES_URL }}/feed" \
-g "${{ secrets.FRONT_END_REBUILD_TOKEN }}"
-g "${{ secrets.FRONT_END_REBUILD_TOKEN }}" \
-d
- name: Copy Generate Feeds
run: |
Expand Down

0 comments on commit 8924bdc

Please sign in to comment.