Skip to content

Commit

Permalink
Swap failing CircleCI status for passing GH Action
Browse files Browse the repository at this point in the history
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
OJFord committed Nov 10, 2021
1 parent d62f162 commit de4c94f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 23 deletions.
21 changes: 0 additions & 21 deletions .circleci/config.yml

This file was deleted.

5 changes: 5 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,8 @@ jobs:

- name: Compile
run: make

- uses: actions/upload-artifact@v2
with:
name: examples
path: examples/*.pdf
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
<a href="https://www.paypal.me/posquit0">
<img alt="Donate" src="https://img.shields.io/badge/Donate-PayPal-blue.svg" />
</a>
<a href="https://circleci.com/gh/posquit0/Awesome-CV">
<img alt="CircleCI" src="https://circleci.com/gh/posquit0/Awesome-CV.svg?style=shield" />
<a href="https://github.com/posquit0/Awesome-CV/actions/workflows/main.yml">
<img alt="GitHub Actions" src="https://github.com/posquit0/Awesome-CV/actions/workflows/main.yml/badge.svg" />
</a>
<a href="https://raw.githubusercontent.com/posquit0/Awesome-CV/master/examples/resume.pdf">
<img alt="Example Resume" src="https://img.shields.io/badge/resume-pdf-green.svg" />
Expand Down

0 comments on commit de4c94f

Please sign in to comment.