Skip to content

Commit

Permalink
ci: fix path again
Browse files Browse the repository at this point in the history
  • Loading branch information
mtiller committed Sep 1, 2023
1 parent 101a407 commit 2fd58b2
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 @@ -64,7 +64,7 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: korean-site
path: nextapp/.next
path: nextgen/.next
publish_korean_site:
runs-on: ubuntu-latest
needs: generate_korean_site
Expand All @@ -81,7 +81,7 @@ jobs:
uses: actions/download-artifact@v3
with:
name: korean-site
path: nextapp/.next
path: nextgen/.next
- name: Install netlify-cli
run: npm install -g netlify-cli
- name: Deploy Korean Site
Expand Down

0 comments on commit 2fd58b2

Please sign in to comment.