Skip to content

Commit eb96917

Browse files
author
Clément
committed
Improved workflow.
1 parent fe48148 commit eb96917

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ on:
88
branches: [ main ]
99
paths:
1010
- 'md_version/**'
11-
workflow_dispatch:
1211

1312
concurrency:
1413
group: ${{ github.workflow }}-${{ github.ref }}
@@ -21,8 +20,8 @@ jobs:
2120
- uses: actions/checkout@v4
2221
- name: Setup pandoc ⚙️
2322
run: |
24-
wget https://github.com/jgm/pandoc/releases/download/3.5/pandoc-3.5-1-amd64.deb
25-
sudo dpkg -i pandoc-3.5-1-amd64.deb
23+
wget https://github.com/jgm/pandoc/releases/download/3.6/pandoc-3.6-1-amd64.deb
24+
sudo dpkg -i pandoc-3.6-1-amd64.deb
2625
- name: Build 🏗️
2726
run: |
2827
cd ${{ github.workspace }}/md_version/

0 commit comments

Comments
 (0)