File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -66,14 +66,14 @@ jobs:
6666 asset_content_type : application/x-wheel+zip
6767 - name : pull builder image
6868 run : docker build docs/. -t sphinx_pdf_builder
69- - name : build pdf
69+ - name : build pdf manual
7070 run : docker run --rm -v `pwd`/docs:/docs sphinx_pdf_builder make latexpdf
71- - name : upload PDF
71+ - name : upload pdf manual
7272 uses : actions/upload-release-asset@v1
7373 env :
7474 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
7575 with :
7676 upload_url : ${{ steps.create_release.outputs.upload_url }}
77- asset_path : ./_build/latex/django-dynamic-shields.pdf
77+ asset_path : ./docs/ _build/latex/django-dynamic-shields.pdf
7878 asset_name : manual.pdf
7979 asset_content_type : application/pdf
Original file line number Diff line number Diff line change 77[ ![ pyt] ( https://github.com/Uno-Takashi/django-dynamic-shields/actions/workflows/pyt.yml/badge.svg?branch=main&event=push )] ( https://github.com/Uno-Takashi/django-dynamic-shields/actions/workflows/pyt.yml )
88[ ![ lizard] ( https://github.com/Uno-Takashi/django-dynamic-shields/actions/workflows/lizard.yml/badge.svg?branch=main&event=push )] ( https://github.com/Uno-Takashi/django-dynamic-shields/actions/workflows/lizard.yml )
99[ ![ pyre] ( https://github.com/Uno-Takashi/django-dynamic-shields/actions/workflows/pyre.yml/badge.svg?branch=main&event=push )] ( https://github.com/Uno-Takashi/django-dynamic-shields/actions/workflows/pyre.yml )
10+ [ ![ sphinx] ( https://github.com/Uno-Takashi/django-dynamic-shields/actions/workflows/sphinx.yml/badge.svg?branch=main&event=push )] ( https://github.com/Uno-Takashi/django-dynamic-shields/actions/workflows/sphinx.yml )
1011
1112[ ![ codecov] ( https://codecov.io/gh/Uno-Takashi/django-dynamic-shields/branch/main/graph/badge.svg?token=3CWnrX8w7n )] ( https://codecov.io/gh/Uno-Takashi/django-dynamic-shields )
1213[ ![ PyPI - Downloads] ( https://img.shields.io/pypi/dw/django-dynamic-shields?label=PyPI%20download&logo=python )] ( https://pypi.org/project/django-dynamic-shields/ )
You can’t perform that action at this time.
0 commit comments