Skip to content

Commit

Permalink
Base the gh-pages workflow on Fedora.
Browse files Browse the repository at this point in the history
Fedora has the latest OpenSCAP scanner that is able to build OCP4
content (yamlfilecontent_test).
  • Loading branch information
ggbecker committed Feb 4, 2022
1 parent 7a362e2 commit dab9ab5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/gh-pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ on:
jobs:
publish:
name: Publish stats, tables and guides
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
container:
image: fedora:latest
env:
PAGES_DIR: __pages
steps:
- name: Install Deps
uses: mstksg/get-package@master
with:
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 git ninja-build openscap-utils python3-pyyaml python3-jinja2 python3-pytest ansible-lint expat libxslt python3-pip
- name: Install deps python
run: pip3 install json2html
- name: Checkout
Expand Down

0 comments on commit dab9ab5

Please sign in to comment.