Skip to content

Generate test matrices pages #1374

Generate test matrices pages

Generate test matrices pages #1374

name: Generate test matrices pages
# Controls when the action will run.
on:
push:
branches:
- main
schedule:
- cron: '30 8 * * *'
jobs:
generate-matrix:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v4
- name: Generate the test matrix 🔧
run: |
make generate_daily_matrix
make static
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@v4
with:
branch: gh-pages # The branch the action should deploy to.
folder: output # The folder the action should deploy.