We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bba2de5 commit 4f6b930Copy full SHA for 4f6b930
1 file changed
.github/workflows/deplot-test.yml
@@ -28,3 +28,9 @@ jobs:
28
mkdir -p ./public
29
cp -r ./phoenix/dist ./public
30
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