We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe48148 commit eb96917Copy full SHA for eb96917
.github/workflows/build.yaml
@@ -8,7 +8,6 @@ on:
8
branches: [ main ]
9
paths:
10
- 'md_version/**'
11
- workflow_dispatch:
12
13
concurrency:
14
group: ${{ github.workflow }}-${{ github.ref }}
@@ -21,8 +20,8 @@ jobs:
21
20
- uses: actions/checkout@v4
22
- name: Setup pandoc ⚙️
23
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
+ wget https://github.com/jgm/pandoc/releases/download/3.6/pandoc-3.6-1-amd64.deb
+ sudo dpkg -i pandoc-3.6-1-amd64.deb
26
- name: Build 🏗️
27
28
cd ${{ github.workspace }}/md_version/
0 commit comments