File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 8989 run : |
9090 # 1. Move 'upload' directory into repo folder and cd into repo root
9191 mkdir -p plotly.js-dev-builds/upload/
92- cp -r upload/ plotly.js-dev-builds/upload/
92+ cp -r upload/ plotly.js-dev-builds/
9393 cd plotly.js-dev-builds
9494
9595 # 2. Configure git
@@ -109,7 +109,7 @@ jobs:
109109
110110 - name : Generate summary
111111 run : |
112- BASE="https://plotly.github.io/plotly.js-dev-builds/pr-${{ steps.setup-metadata.outputs.PR_NUM }}"
112+ BASE="https://plotly.github.io/plotly.js-dev-builds/upload/ pr-${{ steps.setup-metadata.outputs.PR_NUM }}"
113113 echo "### PR Build Uploaded" >> $GITHUB_STEP_SUMMARY
114114 echo "Builds for PR #${{ steps.setup-metadata.outputs.PR_NUM }} are available:" >> $GITHUB_STEP_SUMMARY
115115 echo "- [Latest for PR]($BASE/latest/plotly.js)" >> $GITHUB_STEP_SUMMARY
You can’t perform that action at this time.
0 commit comments