Skip to content

Commit

Permalink
chore: don't generate docs for now
Browse files Browse the repository at this point in the history
  • Loading branch information
dan-online committed May 7, 2024
1 parent f33f5e3 commit 4c28a6c
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/continuous-delivery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,14 +49,9 @@ jobs:
- name: Bump Version & Publish
if: ${{ !inputs.dry }}
run: |
yarn docs &&
yarn release-it --ci -i ${{ inputs.version }} &&
git add . &&
git commit -m "docs: generate documentation [no ci]" &&
git push &&
yarn release-it --ci -i ${{ inputs.version }}
git push
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 4c28a6c

Please sign in to comment.