Skip to content

Commit

Permalink
GITHUB ACTION4
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 9ec66c1 commit 83489fd
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/storybook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ jobs:
run: npm run build-storybook

- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
uses: JamesIves/github-pages-deploy-action@3.6.2
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./src/Web/storybook-static
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BRANCH: feature/Web
FOLDER: ./src/Web/storybook-static

0 comments on commit 83489fd

Please sign in to comment.