Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
Make and Publish docs regardless if there is changeset
  • Loading branch information
TamimiGitHub committed Feb 22, 2024
1 parent d9dfaea commit 99a959b
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,12 +66,10 @@ jobs:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

- name: Make Docs
if: steps.changesets.outputs.published == 'true'
run: |
./docs/make.sh
- name: Publish Docs
if: steps.changesets.outputs.published == 'true'
run: |
git fetch origin gh-pages
git worktree add gh-pages gh-pages
Expand All @@ -84,6 +82,3 @@ jobs:
git commit --allow-empty -F ../generated.txt
# git push -f -u origin gh-pages
git push -u origin gh-pages
###
# The End.

0 comments on commit 99a959b

Please sign in to comment.