Do build docs in another PR

This commit is contained in:
James Forbes 2022-03-21 22:29:48 +11:00 committed by Stephan Hoyer
parent 65cf256775
commit ae5469cf62

View file

@ -30,7 +30,6 @@ jobs:
cache: 'npm'
- run: npm ci
- run: npm run build --if-present
- run: npm run build:docs
- run: npx pr-release merge --target main --source next --commit --force --clean --changelog --compact --out ./docs/recent-changes.md
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}