Skip to content

Commit

Permalink
Update semantic-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredwray committed May 28, 2024
1 parent 3121448 commit feb6783
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/semantic-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,10 @@ jobs:
deploy:
name: Deploy Doc Site
runs-on: ubuntu-latest
steps:
- name: Set up .npmrc
run: echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > .npmrc
steps:
- id: build-publish
uses: bitovi/github-actions-storybook-to-github-pages@v1.0.2
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
with:
install_command: echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > .npmrc && npm install
path: storybook-static
build_command: npm run build-storybook-docs

0 comments on commit feb6783

Please sign in to comment.