Skip to content

Commit 562fd4f

Browse files
committed
small fixes
1 parent 15b5ac8 commit 562fd4f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/upload-dev-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
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

0 commit comments

Comments
 (0)