Skip to content

Commit

Permalink
ci: use correct build directory
Browse files Browse the repository at this point in the history
  • Loading branch information
mtiller committed Sep 4, 2023
1 parent 08b4a7b commit b07a59e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: korean-site
path: nextgen/.next
path: nextgen/dist
deploy_site:
runs-on: ubuntu-latest
needs: generate_site
Expand All @@ -88,7 +88,7 @@ jobs:
uses: actions/download-artifact@v3
with:
name: korean-site
path: nextgen/.next
path: nextgen/dist
- name: Install netlify-cli
run: npm install -g netlify-cli
- name: Deploy Korean Site
Expand Down

0 comments on commit b07a59e

Please sign in to comment.