We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85db33e commit a15092fCopy full SHA for a15092f
.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: .github/workflows/publish-site.yaml
+ trigger_workflow: publish-site.yaml
45
46
deploy:
47
needs: build
0 commit comments