Skip to content

Commit

Permalink
Add deployment workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Canleskis committed Jan 14, 2024
1 parent 02a3262 commit 04368cc
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
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: |
bash ./scripts/deploy_benchmarks.sh
5 changes: 5 additions & 0 deletions scripts/deploy_benchmarks.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Add all the benchmarks to a single json file in a list.

echo "hi"


0 comments on commit 04368cc

Please sign in to comment.