Skip to content

Commit a61e30a

Browse files
committed
changed deplyment action
1 parent 1aed7cf commit a61e30a

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

.github/workflows/continuous_deployment.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
name: Continuous deployment
22
on:
33
workflow_run:
4-
branches: [main]
5-
workflows: [Continuous integration]
6-
types: [completed]
4+
workflow_dispatch:
75

86
jobs:
97
release:
@@ -23,7 +21,7 @@ jobs:
2321
rustup target add wasm32-unknown-unknown
2422
trunk build --release
2523
26-
- uses: peaceiris/[email protected]
24+
- name: Deploy 🚀
25+
uses: JamesIves/github-pages-deploy-action@v4
2726
with:
28-
github_token: ${{ secrets.GITHUB_TOKEN }}
29-
publish_dir: ./dist
27+
folder: dist

0 commit comments

Comments
 (0)