Skip to content

Commit

Permalink
Switch to Yarn 1
Browse files Browse the repository at this point in the history
Fixes #315
  • Loading branch information
katelynsills committed Sep 25, 2020
1 parent e4c067d commit 7184b06
Show file tree
Hide file tree
Showing 9 changed files with 155,299 additions and 10,784 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-deploy-doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:

- name: Install and Build
run: |
npm install
npm run docs:build
yarn install
yarn docs:build
- name: Deploy to gh-pages
uses: JamesIves/github-pages-deploy-action@releases/v3
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:

- name: Install and Build
run: |
npm install
npm run docs:build
yarn install
yarn docs:build
- name: HTML5 Validator
uses: Cyb3r-Jak3/html5validator-action@master
Expand Down
Loading

0 comments on commit 7184b06

Please sign in to comment.