Skip to content

Commit 8d39e36

Browse files
committed
debugging
1 parent 8345fb6 commit 8d39e36

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,19 +76,20 @@ jobs:
7676
with:
7777
repository: plotly/plotly.js-dev-builds
7878
token: ${{ steps.generate-token.outputs.token }} # token from previous step
79-
branch: main
79+
path: plotly.js-dev-builds
8080

8181
- name: Change directory
8282
run: |
8383
cd plotly.js-dev-builds
84+
pwd
8485
8586
- name: Upload to plotly.js-dev-builds repo
8687
uses: JamesIves/github-pages-deploy-action@d92aa235d04922e8f08b40ce78cc5442fcfbfa2f # v4.8.0
8788
with:
8889
repository-name: plotly/plotly.js-dev-builds
8990
token: ${{ steps.generate-token.outputs.token }} # token from previous step
9091
branch: main
91-
folder: upload
92+
folder: ../upload
9293
target-folder: .
9394
clean: false
9495
git-config-name: "plotly.js-pr-upload"

0 commit comments

Comments
 (0)