Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
i-oden committed Dec 18, 2024
1 parent 1782306 commit 6efa0e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs-github-pages-cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
uses: matthiaszepper/sphinx-action-v4@latest
with:
# container: latest
pre-build-command: "apt-get update && apt-get -y install build-essential && apk add g++ gcc musl-dev libffi-dev && pip install ."
pre-build-command: "apt-get update && apt-get -y install build-essential && pip install ."
build-command: "make dirhtml"
docs-folder: "docs/"
- name: Deploy
Expand Down

0 comments on commit 6efa0e8

Please sign in to comment.