Skip to content

Commit

Permalink
fix: remove checkout-and-build
Browse files Browse the repository at this point in the history
This is to replace it with the Gatsby Build check, includes changes to documentation and diagram of workflows
  • Loading branch information
rudouglas committed May 28, 2021
1 parent 1050bf2 commit 7fc57db
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 29 deletions.
29 changes: 0 additions & 29 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,35 +10,6 @@ env:
BOT_EMAIL: [email protected]

jobs:
checkout-and-build:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v2

- name: Setup Node.js
uses: actions/setup-node@v1
with:
node-version: 12

- name: Get yarn cache directory path
id: yarn-cache-dir-path
run: echo "::set-output name=dir::$(yarn cache dir)"

- uses: actions/cache@v2
id: yarn-cache
with:
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
restore-keys: |
${{ runner.os }}-yarn-
- name: Install dependencies
run: yarn install --frozen-lockfile

- name: Gatsby Build
run: yarn run build:production

generate-third-party-notices:
runs-on: ubuntu-latest
needs: checkout-and-build
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 7fc57db

Please sign in to comment.