Skip to content

Commit

Permalink
try again
Browse files Browse the repository at this point in the history
  • Loading branch information
johnbuhay committed Aug 24, 2021
1 parent 256fc3e commit b363df0
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
version: 2.1

orbs:
node: circleci/node@4.5.1

machine:
pre:
- mkdir ~/.yarn-cache
Expand Down Expand Up @@ -125,8 +128,8 @@ jobs:
name: docker-config
steps:
- checkout
- attach_workspace: { at: '.' }
- get_npm_packages_cache
- node/install-packages:
pkg-manager: yarn
- run:
name: 'Build static site'
command: yarn site:build
Expand Down

0 comments on commit b363df0

Please sign in to comment.