Skip to content

Commit 400fec1

Browse files
committed
Use kramdown-rfc from gem
1 parent 64a4a56 commit 400fec1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build-rfc.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Build and publish document
2-
on:
3-
push:
4-
branches: [main]
2+
on: push
3+
# push:
4+
# branches: [main]
55

66
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
77
permissions:
@@ -20,7 +20,7 @@ jobs:
2020
key: webdav-push.mkd
2121

2222
- name: Install packages
23-
run: sudo apt-get install --no-install-recommends -y ruby-kramdown-rfc2629 xml2rfc
23+
run: sudo gem install kramdown-rfc && sudo apt-get install --no-install-recommends -y xml2rfc
2424

2525
- name: Prepare output directory
2626
run: mkdir build

0 commit comments

Comments
 (0)