Skip to content

되던 버전으로 롤백 #9

되던 버전으로 롤백

되던 버전으로 롤백 #9

Workflow file for this run

---
name: Deploy Next.js to GitHub Pages
on:
push:
branches:
- migration-taskforce
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Node.js
uses: actions/setup-node@v2
with:
node-version: '18.17.0'
- 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