Skip to content

Commit

Permalink
Fix github action
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisleaman committed Apr 25, 2024
1 parent a0dd2cf commit 0cb1042
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/texlive.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
on: [push]
on:
push:
tags:
- '*'

jobs:
build_latex:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v4
- uses: xu-cheng/texlive-action@v2
Expand Down

0 comments on commit 0cb1042

Please # to comment.