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.
2 parents 30f0ace + 9ccce9b commit b0b0009Copy full SHA for b0b0009
.github/workflows/gh-pages.yaml
@@ -12,7 +12,7 @@ jobs:
12
PAGES_DIR: __pages
13
steps:
14
- name: Install Deps
15
- run: dnf install -y cmake git ninja-build openscap-utils python3-pyyaml python3-jinja2 python3-pytest ansible-lint expat libxslt python3-pip
+ run: dnf install -y cmake git ninja-build openscap-utils python3-pyyaml python3-jinja2 python3-pytest ansible-lint expat libxslt python3-pip rsync
16
- name: Install deps python
17
run: pip3 install json2html
18
- name: Checkout
0 commit comments