Skip to content

Commit b043899

Browse files
committed
Specify correct branch name in doc workflow
Signed-off-by: RibhuDP <ribhu.daspurkayastha@analog.com>
1 parent 3beba63 commit b043899

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/doc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
run: |
2222
make -C CI/gen_doc doc
2323
- name: Publish master doc
24-
if: github.ref == 'refs/heads/master'
24+
if: github.ref == 'refs/heads/main'
2525
uses: peaceiris/actions-gh-pages@v3
2626
with:
2727
github_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)