Skip to content

Commit 5f52c58

Browse files
authored
Update release.yml
Signed-off-by: 0xbentobyte <[email protected]>
1 parent 41cbc33 commit 5f52c58

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/release.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,10 @@ jobs:
3737
commit_message: Apply changes from docu-notion
3838
- name: Build github pages branch
3939
run: yarn build
40-
40+
- name: Deploy to gh-pages
41+
uses: peaceiris/actions-gh-pages@v3
42+
with:
43+
github_token: ${{ secrets.PERSON_ACCESS_TOKEN_FOR_PUSH_TO_GH_PAGES_BRANCH }}
44+
publish_dir: ./build
45+
4146

0 commit comments

Comments
 (0)