We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 429da68 commit 00aca81Copy full SHA for 00aca81
1 file changed
.github/workflows/documentation.yml
@@ -7,7 +7,7 @@ on:
7
8
jobs:
9
build:
10
- runs-on: ubuntu-latest
+ runs-on: ubuntu-24.04
11
12
steps:
13
- uses: actions/checkout@v4
@@ -17,7 +17,7 @@ jobs:
17
architecture: 'x64'
18
19
- name: Latex Prerequisits
20
- run: sudo apt install -y latexmk texlive-latex-extra
+ run: sudo apt-get update && sudo apt-get install -y latexmk texlive-latex-extra
21
22
- name: Python Prerequisits
23
run: pip install -r docs/requirements.txt
0 commit comments