Skip to content

Commit b0b0009

Browse files
authored
Merge pull request ComplianceAsCode#8151 from ggbecker/fix-stats-page
Add missing rsync dependency to gh-pages workflow
2 parents 30f0ace + 9ccce9b commit b0b0009

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gh-pages.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
PAGES_DIR: __pages
1313
steps:
1414
- 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
15+
run: dnf install -y cmake git ninja-build openscap-utils python3-pyyaml python3-jinja2 python3-pytest ansible-lint expat libxslt python3-pip rsync
1616
- name: Install deps python
1717
run: pip3 install json2html
1818
- name: Checkout

0 commit comments

Comments
 (0)