forked from posquit0/Awesome-CV
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Swap failing CircleCI status for passing GH Action
I'm ambivalent about Circle vs. Actions, but the former is failing missing a key in order to clone the repo, and I think I lack access to fix that. Since it's only a simple workflow, seemed easiest to recreate in Actions - and as that passes (as of d62f162) it seems to make more sense to use that for a nice green status than red from Circle.
- Loading branch information
Showing
3 changed files
with
7 additions
and
23 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,3 +14,8 @@ jobs: | |
|
||
- name: Compile | ||
run: make | ||
|
||
- uses: actions/upload-artifact@v2 | ||
with: | ||
name: examples | ||
path: examples/*.pdf |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters