Skip to content

temp

temp #8

Workflow file for this run

name: Temp
on:
# TODO
workflow_dispatch:
push:
branches:
- main
jobs:
post:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Download bithesis.pdf
# TODO
run: gh run download --name bithesis --repo BITNP/BIThesis
env:
GH_TOKEN: ${{ github.token }}
- run: ls -l bithesis.{ins,dtx,pdf} README*.md
- run: make pkg-ci
- name: Submit to CTAN
uses: paolobrasolin/ctan-submit-action@v1
with:
action: validate
file_path: bithesis.zip
fields: |
update: "true"
pkg: bithesis
version: 0.1.0
# author: Paolo Brasolin
# email: user@example.com
# uploader: user@example.com
# summary: This is a CI test