Skip to content

Commit

Permalink
update workflow (#385)
Browse files Browse the repository at this point in the history
  • Loading branch information
slievrly authored Oct 10, 2023
1 parent 1a5662a commit 3a39528
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/deploy-github-page.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ on:
push:
branches:
- develop-new-framework
#This schedule only takes effect in the default branch
schedule:
- cron: '0 */12 * * *'

jobs:
Build-Deploy:
Expand All @@ -20,7 +17,7 @@ jobs:
node-version: 18.x
- name: Build
run: |
npm install && npm run build && mkdir -p deploy-dist && cp -R build/* deploy-dist/ && mv build .htaccess deploy-dist/
npm install && npm run build && mkdir -p deploy-dist && cp -R build/* deploy-dist/ && mv build deploy-dist/
- name: Deploy
uses: peaceiris/[email protected]
env:
Expand Down

0 comments on commit 3a39528

Please sign in to comment.