Skip to content

Commit fa8be81

Browse files
committed
underscores, not hyphens
1 parent 919921e commit fa8be81

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/docs-build-deploy.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
run: make build-flex-manual
5252
- name: Deploy Flex Manual to Sandbox
5353
working-directory: ./docs
54-
run: python docs/deploy_flex_manual.py sandbox --branch ${{ env.BRANCH }}
54+
run: python deploy_flex_manual.py sandbox --branch ${{ env.BRANCH }}
5555
- name: Output URL to Summary
5656
run: |
5757
echo "## Flex Manual deployed to sandbox" >> $GITHUB_STEP_SUMMARY
@@ -87,7 +87,7 @@ jobs:
8787
run: make build-flex-manual
8888
- name: Deploy Flex Manual to Staging
8989
working-directory: ./docs
90-
run: python docs/deploy_flex_manual.py staging --branch ${{ env.BRANCH }}
90+
run: python deploy_flex_manual.py staging --branch ${{ env.BRANCH }}
9191
- name: Output URL to Summary
9292
run: |
9393
echo "## Flex Manual deployed to staging" >> $GITHUB_STEP_SUMMARY
@@ -123,7 +123,7 @@ jobs:
123123
run: make build-flex-manual
124124
- name: Deploy Flex Manual to Production
125125
working-directory: ./docs
126-
run: python docs/deploy_flex_manual.py production --branch ${{ env.BRANCH }}
126+
run: python deploy_flex_manual.py production --branch ${{ env.BRANCH }}
127127
- name: Output URL to Summary
128128
run: |
129129
echo "## Flex Manual deployed to production" >> $GITHUB_STEP_SUMMARY
File renamed without changes.

0 commit comments

Comments
 (0)