File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 51
51
run : make build-flex-manual
52
52
- name : Deploy Flex Manual to Sandbox
53
53
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 }}
55
55
- name : Output URL to Summary
56
56
run : |
57
57
echo "## Flex Manual deployed to sandbox" >> $GITHUB_STEP_SUMMARY
87
87
run : make build-flex-manual
88
88
- name : Deploy Flex Manual to Staging
89
89
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 }}
91
91
- name : Output URL to Summary
92
92
run : |
93
93
echo "## Flex Manual deployed to staging" >> $GITHUB_STEP_SUMMARY
@@ -123,7 +123,7 @@ jobs:
123
123
run : make build-flex-manual
124
124
- name : Deploy Flex Manual to Production
125
125
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 }}
127
127
- name : Output URL to Summary
128
128
run : |
129
129
echo "## Flex Manual deployed to production" >> $GITHUB_STEP_SUMMARY
File renamed without changes.
You can’t perform that action at this time.
0 commit comments