Skip to content

Commit

Permalink
manual install gcc
Browse files Browse the repository at this point in the history
  • Loading branch information
rv0lt committed May 30, 2024
1 parent 248fecb commit bd284f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs-github-pages-cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ jobs:
- name: Build the HTML documentation
uses: matthiaszepper/sphinx-action-v4@latest
with:
#container: latest
pre-build-command: "pip install ."
container: latest
pre-build-command: "apt-get update & apt-get install build-essential & pip install ."
build-command: "make dirhtml"
docs-folder: "docs/"
- name: Deploy
Expand Down

0 comments on commit bd284f7

Please sign in to comment.