Skip to content

Commit dab5798

Browse files
committed
Fix sphinx build
1 parent 4d61cae commit dab5798

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
uses: ammaraskar/[email protected]
3030
with:
3131
docs-folder: "src/website"
32-
pre-build-command: "apt-get update -y && apt-get install -y gcc and-build-dependencies"
32+
pre-build-command: "apt-get update -y && apt-get install -y gcc"
3333
- name: Deploy website
3434
uses: JamesIves/[email protected]
3535
with:

0 commit comments

Comments
 (0)