feat: update MiKTeX package database and add release token for PDF builds
Some checks failed
Build LaTeX Document / build_latex (push) Failing after 1m47s
Some checks failed
Build LaTeX Document / build_latex (push) Failing after 1m47s
This commit is contained in:
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@@ -25,6 +25,9 @@ jobs:
|
|||||||
apt-get install miktex -y
|
apt-get install miktex -y
|
||||||
miktexsetup --shared=yes finish
|
miktexsetup --shared=yes finish
|
||||||
|
|
||||||
|
- name: Update MiKTeX package database
|
||||||
|
run: miktex packages update-package-database && miktex packages update
|
||||||
|
|
||||||
- name: Enable automatic package installation
|
- name: Enable automatic package installation
|
||||||
run: initexmf --set-config-value=[MPM]AutoInstall=yes
|
run: initexmf --set-config-value=[MPM]AutoInstall=yes
|
||||||
|
|
||||||
@@ -43,3 +46,4 @@ jobs:
|
|||||||
tag_name: latest
|
tag_name: latest
|
||||||
body: |
|
body: |
|
||||||
PDF document built from latest LaTeX source.
|
PDF document built from latest LaTeX source.
|
||||||
|
token: ${{ secrets.RELEASE_TOKEN }}
|
Reference in New Issue
Block a user