Skip to content

Commit

Permalink
changed deplyment action
Browse files Browse the repository at this point in the history
  • Loading branch information
shimwell committed May 14, 2023
1 parent 1aed7cf commit a61e30a
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/continuous_deployment.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
name: Continuous deployment
on:
workflow_run:
branches: [main]
workflows: [Continuous integration]
types: [completed]
workflow_dispatch:

jobs:
release:
Expand All @@ -23,7 +21,7 @@ jobs:
rustup target add wasm32-unknown-unknown
trunk build --release
- uses: peaceiris/actions-gh-pages@v3.9.3
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./dist
folder: dist

0 comments on commit a61e30a

Please sign in to comment.