Skip to content

Commit 740e7b3

Browse files
committed
Added PR to build docs
1 parent 3466834 commit 740e7b3

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/ci-tests-drafts.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,7 @@ jobs:
3838
with:
3939
fail_ci_if_error: true
4040
token: ${{ secrets.CODECOV_TOKEN }}
41+
- name: "Build docs"
42+
working-directory: "docs"
43+
run: |
44+
make html

.github/workflows/ci-tests.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,3 +43,7 @@ jobs:
4343
with:
4444
fail_ci_if_error: true
4545
token: ${{ secrets.CODECOV_TOKEN }}
46+
- name: "Build docs"
47+
working-directory: "docs"
48+
run: |
49+
make html

0 commit comments

Comments
 (0)