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 acda806 commit bfce4d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
- name: pull builder image
run: docker pull macrat/sphinx-pdf
- name: build pdf
run: docker run --rm --user $UID -v `pwd`:/docs macrat/sphinx-pdf
run: docker run --rm --user $UID -v `pwd`/docs:/docs macrat/sphinx-pdf
- name: upload PDF
uses: actions/upload-release-asset@v1
env:
Expand Down

0 comments on commit bfce4d0

Please sign in to comment.