Speed up PDF mask removal to avoid delay when PDF page count is reduced #923
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: LaTeX Workshop Extension Package | |
env: | |
cache-version: v12 | |
on: [push] | |
permissions: | |
contents: read | |
jobs: | |
linux: | |
runs-on: ubuntu-latest | |
timeout-minutes: 30 | |
steps: | |
- uses: actions/checkout@v4 | |
- uses: actions/setup-node@v4 | |
with: | |
node-version: '18' | |
- name: Create extension package | |
run: | | |
npm ci | |
npm run release | |
- name: Archive extension package | |
uses: actions/upload-artifact@v4 | |
with: | |
name: latex-workshop | |
path: latex-workshop-*.vsix |