Skip to content

Generate test matrices pages #907

Generate test matrices pages

Generate test matrices pages #907

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