chore(docs) ensure requirements.txt is hashed in workflow
This commit is contained in:
2
.github/workflows/compile_docs.yml
vendored
2
.github/workflows/compile_docs.yml
vendored
@@ -34,7 +34,7 @@ jobs:
|
|||||||
!${{ env.pythonLocation }}/bin/pip*
|
!${{ env.pythonLocation }}/bin/pip*
|
||||||
!${{ env.pythonLocation }}/lib/python*/site-packages/pip*
|
!${{ env.pythonLocation }}/lib/python*/site-packages/pip*
|
||||||
!${{ env.pythonLocation }}/lib/python*/site-packages/setuptools*
|
!${{ env.pythonLocation }}/lib/python*/site-packages/setuptools*
|
||||||
key: ${{ env.pythonLocation }}
|
key: ${{ env.pythonLocation }}-${{ hashFiles('docs/requirements.txt') }}
|
||||||
- name: Install Doxygen and Latex dependencies
|
- name: Install Doxygen and Latex dependencies
|
||||||
run: sudo apt-get install doxygen texlive-xetex texlive-binaries texlive-lang-english latexmk fonts-freefont-otf
|
run: sudo apt-get install doxygen texlive-xetex texlive-binaries texlive-lang-english latexmk fonts-freefont-otf
|
||||||
- name: Install requirements
|
- name: Install requirements
|
||||||
|
|||||||
Reference in New Issue
Block a user