We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8854514 commit cf83fd9Copy full SHA for cf83fd9
.github/workflows/release.yml
@@ -26,5 +26,10 @@ jobs:
26
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
27
run: |
28
npx semantic-release
29
+ - name: Deploy Github Pages
30
+ env:
31
+ GITHUB_TOKEN: ${{ secrets.RELEASE_GITHUB_TOKEN }}
32
+ run: |
33
npm run build-storybook
- npm run deploy
34
+ git remote set-url origin https://git:${GITHUB_TOKEN}@github.com/UniversalDataTool/react-time-series.git
35
+ npm run gh-pages -- -u "github-actions-bot <[email protected]>"
0 commit comments