Skip to content

Build docs/ namespace #1

Build docs/ namespace

Build docs/ namespace #1

Workflow file for this run

name: Build docs
on:
pull_request:
push:
workflow_dispatch:
jobs:
build-docs:
runs-on: ubuntu-latest
container: centos:7
steps:
- name: Setup environment
run: |
yum install -y epel-release https://repo.ius.io/ius-release-el7.rpm
yum install -y make nodejs git236-core
- name: Checkout source code
uses: actions/checkout@v3
with:
path: beaker-project.org
- name: Checkout beaker repository
uses: actions/checkout@v3
with:
path: beaker
repository: beaker-project/beaker
ref: 'master'
fetch-depth: 0
fetch-tags: true
- name: Install build dependencies
run: |
pushd beaker
curl -o /etc/yum.repos.d/beaker-server.repo https://beaker-project.org/yum/beaker-server-RedHatEnterpriseLinux.repo
yum-builddep beaker.spec -y