Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/quasar-team/quasar
Browse files Browse the repository at this point in the history
  • Loading branch information
parasxos committed Dec 6, 2023
2 parents efc05aa + 4066904 commit 4f7874b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy_documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,12 @@ jobs:
export SPHINXBUILD=`which sphinx-build`
make epub
cp ./build/epub/Quasar.epub ./_build/${{ env.VERSION_NAME }}
mv ./_build/${{ env.VERSION_NAME }}/Quasar.epub ./_build/${{ env.VERSION_NAME }}/Quasar\ ${{ env.VERSION_NAME }}.epub
cp ./build/epub/quasar.epub ./_build/${{ env.VERSION_NAME }}
mv ./_build/${{ env.VERSION_NAME }}/quasar.epub ./_build/${{ env.VERSION_NAME }}/quasar\ ${{ env.VERSION_NAME }}.epub
make latexpdf
cp ./build/latex/quasar.pdf ./_build/${{ env.VERSION_NAME }}
mv ./_build/${{ env.VERSION_NAME }}/quasar.pdf ./_build/${{ env.VERSION_NAME }}/Quasar\ ${{ env.VERSION_NAME }}.pdf
mv ./_build/${{ env.VERSION_NAME }}/quasar.pdf ./_build/${{ env.VERSION_NAME }}/quasar\ ${{ env.VERSION_NAME }}.pdf
- name: Update server
run: |
Expand Down

0 comments on commit 4f7874b

Please sign in to comment.