Skip to content

Commit

Permalink
update CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
parvit committed Aug 23, 2024
1 parent 7e34b43 commit ae6112b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
run-name: Code Integration [${{ github.event_name }}][${{ github.head_ref || github.ref_name }}] rev.${{ github.sha }}

jobs:
docs-linux:
docs:
if: true
runs-on: ubuntu-latest
defaults:
Expand All @@ -18,7 +18,6 @@ jobs:
env:
GO_VERSION: 1.20.14
PANDOC_VERSION: 3.3
TEST_VER: 0.5.0

steps:
- uses: actions/checkout@v4
Expand All @@ -32,7 +31,7 @@ jobs:
version: ${{ env.PANDOC_VERSION }}

- name: Install TeXlive
run: sudo apt-get update && sudo apt-get install texlive-full
run: sudo apt-get update && sudo apt-get install texlive-small

- name: Set up Go
uses: actions/setup-go@v4
Expand Down

0 comments on commit ae6112b

Please sign in to comment.