Skip to content

Commit

Permalink
ci: fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
mtiller committed Aug 31, 2023
1 parent 768d198 commit 101a407
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,7 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: korean-site
path: .next

path: nextapp/.next
publish_korean_site:
runs-on: ubuntu-latest
needs: generate_korean_site
Expand All @@ -82,7 +81,7 @@ jobs:
uses: actions/download-artifact@v3
with:
name: korean-site
path: .next
path: nextapp/.next
- name: Install netlify-cli
run: npm install -g netlify-cli
- name: Deploy Korean Site
Expand Down

0 comments on commit 101a407

Please sign in to comment.