Skip to content

Commit

Permalink
Deploy web to ftp host
Browse files Browse the repository at this point in the history
  • Loading branch information
nguoianphu committed Jul 24, 2021
1 parent e168ed9 commit bd94852
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,8 @@ jobs:
rm -rf dist || true
cp -Rf webpack.config.gh-pages.js webpack.config.js
npm run build
cp dist/index.html dist/index.php
- name: Deploy build/dist folder to github pages
uses: s0/git-publish-subdir-action@develop
env:
Expand Down

0 comments on commit bd94852

Please sign in to comment.