From de4c94ff0b81fadd7bd537f80a3476e2cd95164c Mon Sep 17 00:00:00 2001 From: Oliver Ford Date: Wed, 10 Nov 2021 18:03:05 +0000 Subject: [PATCH] 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 d62f1625be1f7d50439e3f0d5cbfdefcc2212bca) it seems to make more sense to use that for a nice green status than red from Circle. --- .circleci/config.yml | 21 --------------------- .github/workflows/main.yml | 5 +++++ README.md | 4 ++-- 3 files changed, 7 insertions(+), 23 deletions(-) delete mode 100644 .circleci/config.yml diff --git a/.circleci/config.yml b/.circleci/config.yml deleted file mode 100644 index 6368da5..0000000 --- a/.circleci/config.yml +++ /dev/null @@ -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 diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 08dfc25..f7574fe 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -14,3 +14,8 @@ jobs: - name: Compile run: make + + - uses: actions/upload-artifact@v2 + with: + name: examples + path: examples/*.pdf diff --git a/README.md b/README.md index bedf7e4..f2e1165 100644 --- a/README.md +++ b/README.md @@ -14,8 +14,8 @@ Donate - - CircleCI + + GitHub Actions Example Resume