Skip to content

Commit

Permalink
Attempt to fix the docs action
Browse files Browse the repository at this point in the history
  • Loading branch information
victorquinn committed Aug 31, 2019
1 parent 82b6377 commit 0bc944d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/docs.yml
Expand Up @@ -16,10 +16,9 @@ jobs:
- uses: actions/setup-node@v1
with:
node-version: 12

docs:
runs-on: ubuntu-latest
needs: build
steps:
- run: npm run docs
- run: npm run docs-publish
- env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- run: |
yarn
yarn docs
yarn docs-publish
4 changes: 2 additions & 2 deletions .github/workflows/npmpublish.yml
Expand Up @@ -17,8 +17,8 @@ jobs:
with:
node-version: 12
- run: |
yarn
yarn run test
yarn
yarn run test
publish-npm:
needs: build
Expand Down

0 comments on commit 0bc944d

Please sign in to comment.