Fix Cross-in-tray test function Hessian test #591
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |