Skip to content

Commit

Permalink
update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
cric96 authored Aug 26, 2024
1 parent 810a0e1 commit f1d4d6e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/build-and-deploy-latex.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

name: Build LaTeX and deploy on GitHub Releases
on:
push:
Expand All @@ -16,9 +15,11 @@ on:
workflow_dispatch:

jobs:
Setup-Compile-Deploy:
success:
permissions:
contents: write
runs-on: ubuntu-latest
steps:
- uses: DanySK/compile-and-publish-all-latex@1.0.8
- uses: DanySK/compile-and-publish-all-latex@2.0.28
with:
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit f1d4d6e

Please sign in to comment.