We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f3ec92 commit 85db33eCopy full SHA for 85db33e
.github/workflows/publish-site.yaml
@@ -41,7 +41,7 @@ jobs:
41
build_command: 'make -j4 html'
42
build_from_code_artifact: 'true'
43
code_artifact_name: 'repo-zip'
44
- trigger_workflow: publish-site.yaml
+ trigger_workflow: .github/workflows/publish-site.yaml
45
46
deploy:
47
needs: build
0 commit comments