Skip to content

Deploy

Deploy #13

Workflow file for this run

name: Deploy
on:
workflow_dispatch:
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
repository: canleskis/particular
path: particular
- name: Deploy Benchmarks
run: |
for file in "${GITHUB_WORKSPACE}/particular/particular/benches/results/*"; do
echo $file
done