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.
1 parent 7a362e2 commit 556fbbfCopy full SHA for 556fbbf
.github/workflows/gh-pages.yaml
@@ -5,14 +5,14 @@ on:
5
jobs:
6
publish:
7
name: Publish stats, tables and guides
8
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-latest
9
+ container:
10
+ image: fedora:latest
11
env:
12
PAGES_DIR: __pages
13
steps:
14
- name: Install Deps
- uses: mstksg/get-package@master
- with:
15
- apt-get: cmake ninja-build libopenscap8 libxml2-utils expat xsltproc python3-jinja2 python3-yaml python3-setuptools ansible-lint python3-github bats python3-pytest python3-pytest-cov python3-pip
+ run: dnf install -y cmake ninja-build openscap-utils python3-pyyaml python3-jinja2 python3-pytest ansible-lint expat libxslt python3-pip
16
- name: Install deps python
17
run: pip3 install json2html
18
- name: Checkout
0 commit comments