Skip to content

temp

temp #5

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
- run: make pkg-ci
- name: Submit to CTAN
uses: paolobrasolin/ctan-submit-action@v1
with:
action: validate
file_path: bithesis.zip
fields: |
pkg: bithesis
version: 0.1.0
author: Paolo Brasolin
email: user@example.com
uploader: user@example.com
license: LPPL-1.3c
summary: This is a CI test