Skip to content

Build Beaker static site in CI #6

Build Beaker static site in CI

Build Beaker static site in CI #6

Workflow file for this run

name: Build beaker-project.org
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
container: centos:7
steps:
- name: Setup environment
run: |
yum install -y epel-release git python3
yum install -y nodejs python-genshi python-dateutil python-dulwich
- name: Checkout source code
uses: actions/checkout@v3
with:
path: docs
- name: Checkout beaker repository
uses: actions/checkout@v3
with:
path: beaker
repository: beaker-project/beaker
ref: 'master'
- name: Cache Beaker's release tarballs
uses: actions/cache@v3
with:
path: releases
- name: Fetch Beaker's release tarballs
run: |
make clean
make