Skip to content

Commit 4f6b930

Browse files
committed
publish test
1 parent bba2de5 commit 4f6b930

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/deplot-test.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,9 @@ jobs:
2828
mkdir -p ./public
2929
cp -r ./phoenix/dist ./public
3030
shell: bash
31+
- name: Deploy Github Pages
32+
uses: peaceiris/actions-gh-pages@v3
33+
if: github.ref == 'refs/heads/main'
34+
with:
35+
github_token: ${{ secrets.GITHUB_TOKEN }}
36+
publish_dir: ./public

0 commit comments

Comments
 (0)