Skip to content

Commit

Permalink
GITHUB ACTION3
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahmad Afsharinejad authored and Ahmad Afsharinejad committed Nov 30, 2023
1 parent b94b2d3 commit 9ec66c1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/storybook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@ jobs:
run: npm run build-storybook

- name: Deploy to GitHub Pages
working-directory: ./src/Web
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./storybook-static
publish_dir: ./src/Web/storybook-static

0 comments on commit 9ec66c1

Please sign in to comment.