Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
debugging
  • Loading branch information
emilykl committed May 5, 2026
commit 8d39e36f927b15f96c1f1477bce75fef61b9ae7f
5 changes: 3 additions & 2 deletions .github/workflows/upload-dev-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,19 +76,20 @@ jobs:
with:
repository: plotly/plotly.js-dev-builds
token: ${{ steps.generate-token.outputs.token }} # token from previous step
branch: main
path: plotly.js-dev-builds

- name: Change directory
run: |
cd plotly.js-dev-builds
pwd

- name: Upload to plotly.js-dev-builds repo
uses: JamesIves/github-pages-deploy-action@d92aa235d04922e8f08b40ce78cc5442fcfbfa2f # v4.8.0
with:
repository-name: plotly/plotly.js-dev-builds
token: ${{ steps.generate-token.outputs.token }} # token from previous step
branch: main
folder: upload
folder: ../upload
target-folder: .
clean: false
git-config-name: "plotly.js-pr-upload"
Expand Down
Loading