Skip to content

Update egui_plot requirement from 0.26 to 0.30 #846

Update egui_plot requirement from 0.26 to 0.30

Update egui_plot requirement from 0.26 to 0.30 #846

Workflow file for this run

name: Website
on:
pull_request:
push:
branches:
- main
env:
CARGO_TERM_COLOR: always
jobs:
build-website:
name: Build website
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Build website
uses: shalzz/zola-deploy-action@master
env:
BUILD_DIR: media/website/
BUILD_ONLY: true
BUILD_FLAGS: --drafts
CHECK_LINKS: true