Skip to content
This repository has been archived by the owner on Mar 12, 2024. It is now read-only.

ci: fix compiling issue #19

ci: fix compiling issue

ci: fix compiling issue #19

Workflow file for this run

name: Build LaTeX and deploy on GitHub Releases
on:
push:
tags: '*'
branches-ignore:
- 'autodelivery**'
- 'bump-**'
- 'renovate/**'
paths-ignore:
- 'README.md'
- 'CHANGELOG.md'
- 'LICENSE'
- 'renovate.json'
pull_request:
workflow_dispatch:
jobs:
setup-compile-deploy:
permissions:
contents: write
runs-on: ubuntu-latest
steps:
- uses: DanySK/compile-and-publish-all-latex@2.0.4
with:
token: ${{ secrets.GITHUB_TOKEN }}