File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -66,11 +66,11 @@ jobs:
6666 run : |
6767 sed --in-place -E -e s'/^date:[[:space:]]+"[0-9-]+"/date: "${{ env.date }}"/g' manual/metadata.yml
6868
69- # - name: Create PDF
70- # working-directory: ${{ github.workspace }}/manual
71- # shell: bash
72- # run: |
73- # make pdf
69+ - name : Create PDF
70+ working-directory : ${{ github.workspace }}/manual
71+ shell : bash
72+ run : |
73+ make pdf
7474
7575 - name : Create HTML
7676 working-directory : ${{ github.workspace }}/manual
@@ -83,10 +83,10 @@ jobs:
8383 shell : bash
8484 run : |
8585 install -d -m 0775 ${{ github.workspace }}/build
86+ mv -v manual.pdf ${{ github.workspace }}/build
8687 mv -v index.html ${{ github.workspace }}/build
8788 rsync -av tool/template/ ${{ github.workspace }}/build/template/
8889 rsync -av images/ ${{ github.workspace }}/build/images/
89- # mv -v manual.pdf ${{ github.workspace }}/build
9090
9191 - name : Upload artifact
9292 uses : actions/upload-pages-artifact@v3
You can’t perform that action at this time.
0 commit comments