Skip to content

Commit cf6baf3

Browse files
committed
ci: Apply changes by Copilot's code review
1 parent 74d1dd9 commit cf6baf3

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/docs.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ name: Document
33
on:
44
push:
55
branches: [ main ]
6+
pull_request:
7+
branches: [ main ]
68

79
jobs:
810
build-docs:
@@ -11,7 +13,7 @@ jobs:
1113
steps:
1214
- uses: actions/checkout@v4
1315
with:
14-
recursive: "recursive"
16+
submodules: recursive
1517
- name: Installation
1618
run: sudo apt-get -y install ps2eps texlive-latex-extra doxygen
1719
- name: Build

0 commit comments

Comments
 (0)