Skip to content

Commit 739c7af

Browse files
workflows: fix wrong workflow file
Fix wrong workflow file. Signed-off-by: Giacomo Dematteis <[email protected]>
1 parent ad9b03e commit 739c7af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/on-push-zoomin-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010

1111
jobs:
1212
deploy:
13-
uses: ./.github/workflows/docs-build-and-publish.yml
13+
uses: ./.github/workflows/docs-build-and-publish-zooomin.yml
1414
with:
1515
documentation_tag: "latest"
1616
publish_to_prod: false

0 commit comments

Comments
 (0)