Skip to content

Commit

Permalink
ci: specify artifact download path
Browse files Browse the repository at this point in the history
  • Loading branch information
mtiller committed Aug 31, 2023
1 parent 4165291 commit f75149a
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 @@ -39,8 +39,7 @@ jobs:
id: dvc-cache-save
uses: actions/cache/save@v3
with:
path: |
.dvc/cache
path: .dvc/cache
key: dvc-cache-key
generate_korean_site:
runs-on: ubuntu-latest
Expand All @@ -58,6 +57,7 @@ jobs:
uses: actions/download-artifact@v3
with:
name: build-artifacts
path: text/build
- name: Publish Korean Site
run: make korean_site
- name: Archive Korean Site
Expand Down

0 comments on commit f75149a

Please sign in to comment.