Skip to content

Commit

Permalink
- update deploy flow
Browse files Browse the repository at this point in the history
  • Loading branch information
SEAbdulbasit committed Feb 13, 2024
1 parent e3bd4f1 commit 72cf157
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/depoly_web_app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ jobs:
mkdir -p ./docs
cp -R ./webApp/build/dist/wasmJs/productionExecutable/* ./docs/
- name: Push changes
uses: ad-m/github-push-action@master
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
branch: ${{ github.ref }}
publish_dir: ./docs

0 comments on commit 72cf157

Please sign in to comment.