Skip to content

Commit b5440de

Browse files
authored
Update docs_publish.yml
1 parent 2d6c3f2 commit b5440de

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/docs_publish.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
python-version: [3.13]
14+
python-version: [3.12]
1515

1616
steps:
1717
- name: Install GCC and Git
@@ -22,6 +22,8 @@ jobs:
2222
- uses: actions/setup-python@v5
2323
with:
2424
python-version: ${{ matrix.python-version }}
25+
- name: Install build essentials
26+
run: sudo apt-get install -y build-essential
2527
- name: Install dependencies
2628
run: |
2729
python3 -m pip install --upgrade pip aurora-ssg

0 commit comments

Comments
 (0)