Skip to content

Commit fa437f6

Browse files
author
Melissa Garcia
committed
update deploy script for stage
1 parent 9c6b5ca commit fa437f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
cmd: buildNavigation
100100
- name: Publish markdown files in ./src/pages
101101
run: |
102-
bash .github/scripts/publish-mds.sh "./src/pages" "${{ needs.set-state.outputs.path_prefix }}"
102+
bash .github/scripts/publish-mds-stage.sh "./src/pages" "${{ needs.set-state.outputs.path_prefix }}"
103103
104104
105105
# - name: Gatsby Cache

0 commit comments

Comments
 (0)