Merge pull request #230 from DanySK/renovate/danysk-compile-and-publi… #487
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: 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: | |
runs-on: ubuntu-latest | |
permissions: | |
contents: write | |
steps: | |
- uses: DanySK/compile-and-publish-all-latex@2.0.43 | |
with: | |
token: ${{ secrets.GITHUB_TOKEN }} |