Skip to content

Commit 4d61cae

Browse files
committed
Fix sphinx build
1 parent 9d83632 commit 4d61cae

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,6 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- uses: actions/checkout@v2
12-
- name: install dependencies
13-
run: |
14-
sudo apt update
15-
sudo apt install gcc-10 g++-10
16-
shell: bash
1712
- name: Set up JDK 1.8
1813
uses: actions/setup-java@v1
1914
with:
@@ -34,6 +29,7 @@ jobs:
3429
uses: ammaraskar/sphinx-action@0.4
3530
with:
3631
docs-folder: "src/website"
32+
pre-build-command: "apt-get update -y && apt-get install -y gcc and-build-dependencies"
3733
- name: Deploy website
3834
uses: JamesIves/github-pages-deploy-action@3.7.1
3935
with:

0 commit comments

Comments
 (0)