Skip to content

Commit

Permalink
되던 버전으로 롤백
Browse files Browse the repository at this point in the history
  • Loading branch information
kaestro committed Sep 15, 2024
1 parent 9a05084 commit 7710940
Show file tree
Hide file tree
Showing 4 changed files with 806 additions and 14 deletions.
17 changes: 3 additions & 14 deletions .github/workflows/nextjs-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,26 +10,15 @@ jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2

- uses: actions/checkout@v2
- name: Set up Node.js
uses: actions/setup-node@v2
with:
node-version: '18.17.0'

- name: Install dependencies
run: npm install

- name: Build the project
run: npm run build

- name: Export the project
run: npm run export

- run: npm install
- run: npm run build # 'npm run export' 제거됨
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./out
publish_branch: migration-taskforce
Loading

0 comments on commit 7710940

Please sign in to comment.