We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed5b93e commit 50936dfCopy full SHA for 50936df
.github/workflows/build-book.yaml
@@ -39,7 +39,7 @@ jobs:
39
40
- name: Install missing system dependencies
41
if: runner.os == 'Linux'
42
- run: sudo apt-get install -y libgtk2.0-dev asymptote chromium-browser
+ run: sudo apt-get install -y libgtk2.0-dev asymptote
43
44
- name: Build Gitbook
45
if: github.event_name == 'pull_request'
0 commit comments