Skip to content

Commit

Permalink
Use kramdown-rfc from gem (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
rfc2822 authored Sep 29, 2024
1 parent 64a4a56 commit 14237c6
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build-rfc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,13 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/cache@v4
with:
path: .refcache
path:
- $HOME/.local/share/gem
- .refcache
key: webdav-push.mkd

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

- name: Prepare output directory
run: mkdir build
Expand Down

0 comments on commit 14237c6

Please sign in to comment.