We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c37e98 commit 6578c9dCopy full SHA for 6578c9d
1 file changed
.github/workflows/build.yml
@@ -41,6 +41,11 @@ jobs:
41
run: sudo apt install sphinx-doc python3-sphinx
42
- name: Install gettext
43
run: sudo apt-get install -y gettext
44
+ - name: Cache output for "${{ matrix.languageCode }}"
45
+ uses: actions/cache@v5
46
+ with:
47
+ path: output/${{ matrix.languageCode }}
48
+ key: docs-output-${{ matrix.languageCode }}
49
- name: Build the documentation (${{ matrix.languageCode }})
50
run: make html-${{ matrix.languageCode }} SPHINXOPTS='-n -W -a'
51
- name: Build the documentation and show all errors
0 commit comments