Skip to content

Commit

Permalink
ci: add Actions for artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
mtiller committed Aug 27, 2023
1 parent 4cf4a0f commit 114358c
Show file tree
Hide file tree
Showing 3 changed files with 683 additions and 938 deletions.
8 changes: 2 additions & 6 deletions .dvc/config
Original file line number Diff line number Diff line change
@@ -1,6 +1,2 @@
[core]
remote = storage
['remote "storage"']
url = s3://dvc-remote
endpointurl = https://nyc3.digitaloceanspaces.com
listobjects = true
[cache]
dir = cache
4 changes: 4 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,7 @@ jobs:
path: |
.dvc/cache
key: dvc-cache-key
- name: Generate JSON Representation
run: make json
- name: Generate PDFs
run: make pdfs
Loading

0 comments on commit 114358c

Please sign in to comment.