Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/github_actions/jbangdev/jbang-act…
Browse files Browse the repository at this point in the history
…ion-0.116.0
  • Loading branch information
koppor authored Apr 8, 2024
2 parents dc7f23b + 569305f commit c5714fa
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,7 @@ on:
schedule:
- cron: '1 2 5 * *'
workflow_dispatch:
inputs:
cache_version:
description: 'Cache version for install-texlive'
default: '0'

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
Expand Down Expand Up @@ -43,7 +40,6 @@ jobs:
uses: zauguin/install-texlive@v3
with:
package_file: Texlivefile
cache_version: ${{ github.event.inputs.cache_version }}

build:
runs-on: ubuntu-latest
Expand All @@ -64,7 +60,6 @@ jobs:
uses: zauguin/install-texlive@v3
with:
package_file: Texlivefile
cache_version: ${{ github.event.inputs.cache_version }}

- run: pdflatex ${{ matrix.file }}
- run: biber ${{ matrix.file }}
Expand Down

0 comments on commit c5714fa

Please sign in to comment.