Skip to content

Generate Dashboard #1646

Generate Dashboard

Generate Dashboard #1646

Workflow file for this run

name: Generate Dashboard
on:
workflow_dispatch:
schedule:
- cron: "30 */3 * * *" # At minute 30 past every 3rd hour
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: prefix-dev/setup-pixi@v0.8.8
with:
pixi-version: v0.44.0
cache: true
- run: pixi run render nightly
- run: pixi run render latest
- uses: JamesIves/github-pages-deploy-action@v4.7.3
with:
branch: gh-pages
folder: render
single-commit: true