Skip to content

Commit 0217b03

Browse files
elibentmc
authored andcommitted
workflow: fix publish-docs workflow error (#398)
Fix errors like https://github.com/tmc/langchaingo/actions/runs/7094309081
1 parent 631c26c commit 0217b03

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/publish-docs.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
name: Deploy to GitHub Pages
22

33
on:
4-
push: main
4+
push:
5+
branches:
6+
- main
57

68
permissions:
79
contents: read

0 commit comments

Comments
 (0)