We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8345fb6 commit 8d39e36Copy full SHA for 8d39e36
1 file changed
.github/workflows/upload-dev-build.yml
@@ -76,19 +76,20 @@ jobs:
76
with:
77
repository: plotly/plotly.js-dev-builds
78
token: ${{ steps.generate-token.outputs.token }} # token from previous step
79
- branch: main
+ path: plotly.js-dev-builds
80
81
- name: Change directory
82
run: |
83
cd plotly.js-dev-builds
84
+ pwd
85
86
- name: Upload to plotly.js-dev-builds repo
87
uses: JamesIves/github-pages-deploy-action@d92aa235d04922e8f08b40ce78cc5442fcfbfa2f # v4.8.0
88
89
repository-name: plotly/plotly.js-dev-builds
90
91
branch: main
- folder: upload
92
+ folder: ../upload
93
target-folder: .
94
clean: false
95
git-config-name: "plotly.js-pr-upload"
0 commit comments