Skip to content

Commit

Permalink
ci: fix doc generation
Browse files Browse the repository at this point in the history
  • Loading branch information
neilime committed Sep 30, 2021
1 parent 40c57fa commit 6aa4efb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,6 @@ jobs:
git config --global user.name "${{ github.actor }}"
cd website
yarn install --frozen-lockfile
npx docusaurus docs:version ${{ steps.get_version.outputs.version }}
echo `git add -A && git commit -m "docs: release new version"`
git push
npx docusaurus deploy

0 comments on commit 6aa4efb

Please sign in to comment.