Skip to content

Commit

Permalink
add workflow publishing web app
Browse files Browse the repository at this point in the history
  • Loading branch information
easternkite committed Nov 18, 2024
1 parent 6fbfb18 commit eba1584
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy_sample_web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ jobs:
- name: Prepare for deployment
run: |
mkdir -p deploy/sampleApp
cp -r shared/build/dist/js/productionExecutable/* deploy/sampleApp
mkdir -p sampleApp/
cp -r shared/build/dist/js/productionExecutable/* sampleApp/
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.TOKEN_GITHUB }}
publish_dir: ./deploy
publish_dir: .

0 comments on commit eba1584

Please sign in to comment.