Skip to content

Commit 392f883

Browse files
committed
demo
1 parent 4bed473 commit 392f883

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

.github/workflows/continuous_deployment.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,10 @@ jobs:
3434
target/sqler.zip
3535
target/sqler.zip.sha256
3636
env:
37-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
37+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
38+
- name: Deploy demo
39+
uses: JamesIves/github-pages-deploy-action@v4.2.2
40+
with:
41+
branch: main
42+
folder: dist
43+
clean: true

0 commit comments

Comments
 (0)