Skip to content

Commit a68f83b

Browse files
authored
Create deploy-gh-pages.yml
1 parent 3883153 commit a68f83b

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)