Skip to content

Commit 38ef9dc

Browse files
committed
updated build_manual.yml
1 parent b7a8984 commit 38ef9dc

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/build_manual.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)