Skip to content

Build Beaker static site in CI #19

Build Beaker static site in CI

Build Beaker static site in CI #19

Workflow file for this run

name: Build beaker-project.org
on:
push
pull_request
schedule:

Check failure on line 6 in .github/workflows/build-website.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/build-website.yaml

Invalid workflow file

You have an error in your yaml syntax on line 6
- cron '0 0 * * *'
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
container: centos:7
steps:
- name: Setup environment
run: |
yum install -y epel-release python3 https://repo.ius.io/ius-release-el7.rpm
yum install -y make nodejs git236-core 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'
fetch-depth: 0
fetch-tags: true
- name: Cache Beaker's release tarballs
uses: actions/cache@v3
with:
path: docs/releases
key: cache
- name: Fetch Beaker's release tarballs
run: |
pushd docs
make clean
make