There was an error while loading. Please reload this page.
1 parent 3883153 commit a68f83bCopy full SHA for a68f83b
.github/workflows/deploy-gh-pages.yml
@@ -0,0 +1,10 @@
1
+- name: GitHub Pages action
2
+ # You may pin to the exact commit or the version.
3
+ # uses: peaceiris/actions-gh-pages@bbdfb200618d235585ad98e965f4aafc39b4c501
4
+ uses: peaceiris/actions-gh-pages@v3.7.3
5
+ with:
6
+ github_token: ${{ secrets.GITHUB_TOKEN }}
7
+ # Set a target branch for deployment.
8
+ publish_branch: master
9
+ # Set an input directory for deployment.
10
+ publish_dir: ./storybook-static
0 commit comments