We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64a4a56 commit 400fec1Copy full SHA for 400fec1
.github/workflows/build-rfc.yml
@@ -1,7 +1,7 @@
1
name: Build and publish document
2
-on:
3
- push:
4
- branches: [main]
+on: push
+# push:
+# branches: [main]
5
6
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
7
permissions:
@@ -20,7 +20,7 @@ jobs:
20
key: webdav-push.mkd
21
22
- name: Install packages
23
- 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
24
25
- name: Prepare output directory
26
run: mkdir build
0 commit comments