Skip to content

Merge pull request #14 from atticus-sullivan/whiskers-new #34

Merge pull request #14 from atticus-sullivan/whiskers-new

Merge pull request #14 from atticus-sullivan/whiskers-new #34

Workflow file for this run

name: package
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: install make deps
run: |
sudo apt install texlive-latex-extra
- name: make
run: make ctan
- name: Upload Build Artifacts
uses: actions/[email protected]
with:
name: ctan-package
path: |
catppuccinpalette-ctan.zip
- name: Upload Build Artifacts
uses: actions/[email protected]
with:
name: catppuccinpalette.sty
path: |
build/unpacked/catppuccinpalette.sty