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
d62f1625be) it seems to make more sense to
use that for a nice green status than red from Circle.
This commit is contained in:
Oliver Ford 2021-11-10 18:03:05 +00:00
parent d62f1625be
commit de4c94ff0b
No known key found for this signature in database
GPG key ID: 15CCFACF010F70D2
3 changed files with 7 additions and 23 deletions

View file

@ -1,21 +0,0 @@
version: 2
jobs:
build:
docker:
# Primary container
- image: thomasweise/texlive
steps:
- checkout
- run:
name: Compile
command: make
- run:
name: Move artifacts
command: |
mkdir -p ~/results
mv examples/cv.pdf ~/results
mv examples/resume.pdf ~/results
mv examples/coverletter.pdf ~/results
- store_artifacts:
path: ~/results

View file

@ -14,3 +14,8 @@ jobs:
- name: Compile - name: Compile
run: make run: make
- uses: actions/upload-artifact@v2
with:
name: examples
path: examples/*.pdf

View file

@ -14,8 +14,8 @@
<a href="https://www.paypal.me/posquit0"> <a href="https://www.paypal.me/posquit0">
<img alt="Donate" src="https://img.shields.io/badge/Donate-PayPal-blue.svg" /> <img alt="Donate" src="https://img.shields.io/badge/Donate-PayPal-blue.svg" />
</a> </a>
<a href="https://circleci.com/gh/posquit0/Awesome-CV"> <a href="https://github.com/posquit0/Awesome-CV/actions/workflows/main.yml">
<img alt="CircleCI" src="https://circleci.com/gh/posquit0/Awesome-CV.svg?style=shield" /> <img alt="GitHub Actions" src="https://github.com/posquit0/Awesome-CV/actions/workflows/main.yml/badge.svg" />
</a> </a>
<a href="https://raw.githubusercontent.com/posquit0/Awesome-CV/master/examples/resume.pdf"> <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" /> <img alt="Example Resume" src="https://img.shields.io/badge/resume-pdf-green.svg" />