Skip to content

Commit 68d5c2c

Browse files
committed
Change BASE_PATH to PACKAGE_BASE_PATH
1 parent cfbc82e commit 68d5c2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/generate_docs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
ref: 'main',
6262
workflow_id: 'publish_artifact.yml',
6363
inputs: {
64-
destination_path: process.env.BASE_PATH,
64+
destination_path: process.env.PACKAGE_BASE_PATH,
6565
artifact_repo: process.env.GITHUB_REPOSITORY,
6666
artifact_commit: process.env.GITHUB_SHA,
6767
artifact_workflow: 'generate_docs.yml',

0 commit comments

Comments
 (0)