We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfbc82e commit 68d5c2cCopy full SHA for 68d5c2c
.github/workflows/generate_docs.yml
@@ -61,7 +61,7 @@ jobs:
61
ref: 'main',
62
workflow_id: 'publish_artifact.yml',
63
inputs: {
64
- destination_path: process.env.BASE_PATH,
+ destination_path: process.env.PACKAGE_BASE_PATH,
65
artifact_repo: process.env.GITHUB_REPOSITORY,
66
artifact_commit: process.env.GITHUB_SHA,
67
artifact_workflow: 'generate_docs.yml',
0 commit comments