Skip to content

Commit 5621b96

Browse files
committed
Deploy to gh-pages step
1 parent ebe69c8 commit 5621b96

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/build-cra.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,9 @@ jobs:
2626
yarn install
2727
yarn build
2828
29-
29+
- name: Deploy to gh-pages
30+
# https://github.com/peaceiris/actions-gh-pages/releases
31+
uses: peaceiris/actions-gh-pages@v3
32+
with:
33+
deploy_key: ${{ secrets.PUBLIC_REPO_ACCESS_TOKEN }}
34+
publish_dir: ./build

0 commit comments

Comments
 (0)