Skip to content

Deploy

Deploy #30

Workflow file for this run

name: Deploy
on:
workflow_dispatch:
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v4
with:
repository: canleskis/particular
path: particular
- name: Deploy Benchmarks
run: |
bash scripts/deploy_benchmarks.sh content/benchmarks
- name: Deploy Site
uses: shalzz/zola-deploy-action@v0.17.2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}