We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbdab8c commit 644ff79Copy full SHA for 644ff79
2 files changed
.github/workflows/docs.yml
@@ -21,7 +21,7 @@ permissions:
21
jobs:
22
documentation:
23
24
- name: Run link checker
+ name: Build docs
25
runs-on: ubuntu-latest
26
27
steps:
@@ -44,4 +44,4 @@ jobs:
44
45
- name: Build docs
46
run: |
47
- cd docs && make check
+ cd docs && make html
.github/workflows/tests.yml
@@ -77,7 +77,7 @@ jobs:
77
coverage xml
78
79
- name: Upload coverage results to Codecov
80
- uses: codecov/codecov-action@v5
+ uses: codecov/codecov-action@v7
81
env:
82
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
83
with:
0 commit comments