Skip to content

Commit

Permalink
fix: Change script order
Browse files Browse the repository at this point in the history
  • Loading branch information
paulcjy committed Dec 6, 2023
1 parent b2ada98 commit 1aa82c2
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,12 @@ jobs:
node-version: lts/*
- run: |
npm ci
npm run build
touch out/.nojekyll
sed -i 's/\/\/ //g' next.config.js
sed -i 's/\/out\///g' .gitignore
npm run build
touch out/.nojekyll
git config --global user.email '[email protected]'
git config --global user.name 'paulcjy'
git add out/
git commit -m 'Deploy'
git pull
git subtree push --prefix out origin gh-pages

0 comments on commit 1aa82c2

Please sign in to comment.