improve docs build process

This commit is contained in:
Chen Asraf
2022-05-03 19:38:12 +03:00
parent 8957b595da
commit 3cf93598c3

View File

@@ -12,8 +12,8 @@ jobs:
- uses: actions/setup-node@v1
with:
node-version: "12.x"
- run: yarn install --frozen-lockfile
- run: yarn build-docs
- run: yarn install --frozen-lockfile
- uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}