Skip to content

Commit

Permalink
fix: for now, do not publish documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
mdornseif committed Jan 16, 2024
1 parent 6848672 commit 49f535a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,8 @@ jobs:

- name: Build Documentation 📚
run: npm run doc
- name: Publish Documentation 📚
run: 'npx gh-pages -m "[ci skip] Updates" -d build/docs'
# - name: Publish Documentation 📚
# run: 'npx gh-pages -m "[ci skip] Updates" -d build/docs'

# - name: Deploy storybook to GitHub Pages
# run: npm run run storybook-deploy --ci
Expand Down

0 comments on commit 49f535a

Please sign in to comment.