Skip to content

Commit

Permalink
Update and rename makefile.yml to build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewram4287 authored Jul 3, 2024
1 parent 193f269 commit 888b96b
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 27 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Build

on: push
concurrency: gpu

jobs:
build:
runs-on: self-hosted
steps:
- uses: actions/checkout@v4
- name: Install dependencies
run: poetry install
- name: Build figures
run: make all
- name: Upload files
uses: actions/upload-artifact@v4
with:
name: files
path: |
output/*.svg
27 changes: 0 additions & 27 deletions .github/workflows/makefile.yml

This file was deleted.

0 comments on commit 888b96b

Please sign in to comment.