Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
Uno-Takashi committed Jun 19, 2022
1 parent 7bb3012 commit c34841f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,9 @@ jobs:
asset_name: ${{ env.ARTIFACT_NAME }}
asset_content_type: application/x-wheel+zip
- name: pull builder image
run: docker pull macrat/sphinx-pdf
run: docker build docs/. -t sphinx_pdf_builder
- name: build pdf
run: docker run --rm --user $UID -v `pwd`/docs:/docs macrat/sphinx-pdf
run: docker run --rm -v `pwd`/docs:/docs sphinx_pdf_builder make latexpdf
- name: upload PDF
uses: actions/upload-release-asset@v1
env:
Expand Down
4 changes: 4 additions & 0 deletions docs/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
FROM sphinxdoc/sphinx-latexpdf

WORKDIR /docs
RUN pip3 install sphinx_rtd_theme

0 comments on commit c34841f

Please sign in to comment.