Skip to content

Commit

Permalink
Reorder yarn arguments in release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
rhyslbw committed May 25, 2020
1 parent 10d9637 commit 31c38a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ jobs:
- uses: actions/setup-node@v1
with:
node-version: 12
- run: yarn install --frozen-lockfile --cwd ./docs
- run: yarn deploy --cwd ./docs
- run: yarn --cwd ./docs install --frozen-lockfile
- run: yarn --cwd ./docs deploy

0 comments on commit 31c38a3

Please sign in to comment.