Skip to content

Commit

Permalink
🧱 ci: preparando arquivos para deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
joaotelesk committed Nov 13, 2023
1 parent 6f20b55 commit bf67be1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy-docks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
- run: npm run build

- name: Deploy storybook
run: npm run deploy-sb -- --ci --existing-output-dir=storybook-static

run: npm run deploy-sb -- --ci --existing-output-dir=./src/storybook-static
env:
GH_TOKEN: ${{ github.actor }}:${{ secrets.GITHUB_TOKEN }}

0 comments on commit bf67be1

Please sign in to comment.