We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1aed7cf commit a61e30aCopy full SHA for a61e30a
.github/workflows/continuous_deployment.yml
@@ -1,9 +1,7 @@
1
name: Continuous deployment
2
on:
3
workflow_run:
4
- branches: [main]
5
- workflows: [Continuous integration]
6
- types: [completed]
+ workflow_dispatch:
7
8
jobs:
9
release:
@@ -23,7 +21,7 @@ jobs:
23
21
rustup target add wasm32-unknown-unknown
24
22
trunk build --release
25
26
- - uses: peaceiris/actions-gh-pages@v3.9.3
+ - name: Deploy 🚀
+ uses: JamesIves/github-pages-deploy-action@v4
27
with:
28
- github_token: ${{ secrets.GITHUB_TOKEN }}
29
- publish_dir: ./dist
+ folder: dist
0 commit comments