We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10d9637 commit 31c38a3Copy full SHA for 31c38a3
.github/workflows/release.yml
@@ -12,5 +12,5 @@ jobs:
12
- uses: actions/setup-node@v1
13
with:
14
node-version: 12
15
- - run: yarn install --frozen-lockfile --cwd ./docs
16
- - run: yarn deploy --cwd ./docs
+ - run: yarn --cwd ./docs install --frozen-lockfile
+ - run: yarn --cwd ./docs deploy
0 commit comments