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 7498879 commit 032fb53Copy full SHA for 032fb53
.github/workflows/generate_docs.yml
@@ -88,11 +88,12 @@ jobs:
88
owner: 'zigurous',
89
repo: 'docs',
90
ref: 'main',
91
- workflow_id: 'publish.yml',
+ workflow_id: 'publish_artifact.yml',
92
inputs: {
93
- path: process.env.BASE_PATH,
94
- repo: process.env.GITHUB_REPOSITORY,
95
- commit: context.sha,
96
- workflow: 'generate_docs.yml'
+ destination_path: process.env.BASE_PATH,
+ artifact_repo: process.env.GITHUB_REPOSITORY,
+ artifact_commit: process.env.GITHUB_SHA,
+ artifact_workflow: 'generate_docs.yml',
97
+ artifact_name: 'docs'
98
}
99
})
0 commit comments