We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c6b5ca commit fa437f6Copy full SHA for fa437f6
.github/workflows/deploy.yml
@@ -99,7 +99,7 @@ jobs:
99
cmd: buildNavigation
100
- name: Publish markdown files in ./src/pages
101
run: |
102
- bash .github/scripts/publish-mds.sh "./src/pages" "${{ needs.set-state.outputs.path_prefix }}"
+ bash .github/scripts/publish-mds-stage.sh "./src/pages" "${{ needs.set-state.outputs.path_prefix }}"
103
104
105
# - name: Gatsby Cache
0 commit comments