act?
This commit is contained in:
12
.github/workflows/ci.yml
vendored
12
.github/workflows/ci.yml
vendored
@ -52,7 +52,8 @@ jobs:
|
||||
sudo apt install --yes \
|
||||
texlive texlive-xetex \
|
||||
texlive-games texlive-fonts-extra texlive-latex-extra \
|
||||
texlive-pictures texlive-pstricks
|
||||
texlive-pictures texlive-pstricks \
|
||||
python3-requests
|
||||
|
||||
# Typst isn't packaged, and manual download gives us
|
||||
# more control anyway.
|
||||
@ -85,3 +86,12 @@ jobs:
|
||||
name: "Build output"
|
||||
path: "output/*"
|
||||
retention-days: 10
|
||||
|
||||
- name: "Publish package"
|
||||
run: |
|
||||
PUBLISH_USER="${{ secrets.PUBLISH_USER }}" \
|
||||
PUBLISH_KEY="${{ secrets.PUBLISH_KEY }}" \
|
||||
VERSION="${{ github.sha }}" \
|
||||
python tools/build/publish.py
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user