Skip to content

Commit 032fb53

Browse files
committed
Use new publish_artifact workflow
1 parent 7498879 commit 032fb53

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.github/workflows/generate_docs.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -88,11 +88,12 @@ jobs:
8888
owner: 'zigurous',
8989
repo: 'docs',
9090
ref: 'main',
91-
workflow_id: 'publish.yml',
91+
workflow_id: 'publish_artifact.yml',
9292
inputs: {
93-
path: process.env.BASE_PATH,
94-
repo: process.env.GITHUB_REPOSITORY,
95-
commit: context.sha,
96-
workflow: 'generate_docs.yml'
93+
destination_path: process.env.BASE_PATH,
94+
artifact_repo: process.env.GITHUB_REPOSITORY,
95+
artifact_commit: process.env.GITHUB_SHA,
96+
artifact_workflow: 'generate_docs.yml',
97+
artifact_name: 'docs'
9798
}
9899
})

0 commit comments

Comments
 (0)