Skip to content

Commit

Permalink
Remove Pandoc from workflows as per #61
Browse files Browse the repository at this point in the history
  • Loading branch information
krestenlaust committed May 17, 2024
1 parent 8c6bffc commit b59896d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build_songs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@ jobs:
repository: f-klubben/sangbog
path: sangbog

- name: Install pandoc
uses: r-lib/actions/setup-pandoc@v2

- name: Build songs
run: python util/build_songs.py

Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@ jobs:
repository: f-klubben/sangbog
path: sangbog

- name: Install pandoc
uses: r-lib/actions/setup-pandoc@v2

- name: Build songs
run: python util/build_songs.py

Expand Down

0 comments on commit b59896d

Please sign in to comment.