ci: fix docs

This commit is contained in:
Chen Asraf
2022-11-10 23:05:56 +02:00
parent eb1e336864
commit bd2681ddf5

View File

@@ -12,7 +12,7 @@ jobs:
- uses: actions/setup-node@v1
with:
node-version: '14.x'
- run: cd doc-theme && yarn install && yarn build && rm -rf node_modules && cd ..
# - run: cd doc-theme && yarn install && yarn build && rm -rf node_modules && cd ..
- run: yarn install --frozen-lockfile
- run: yarn docs:build
- uses: peaceiris/actions-gh-pages@v3