Skip to content

Commit

Permalink
Merge pull request #208 from neilime/ci/fix-doc-generation
Browse files Browse the repository at this point in the history
ci: fix doc generation
  • Loading branch information
neilime authored Sep 30, 2021
2 parents 6e4d276 + 6aa4efb commit 799a0b6
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 origin HEAD:master --force
Expand Down

0 comments on commit 799a0b6

Please sign in to comment.