Skip to content

Commit

Permalink
[Docs/Fix] #29 - Wrong directory location.
Browse files Browse the repository at this point in the history
  • Loading branch information
gunyu1019 authored Nov 14, 2024
1 parent 910dbb2 commit 425aee2
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/build_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,26 +35,22 @@ jobs:
runs-on: ubuntu-latest
needs: build
steps:
- name: Initalize Integrate
run: |
mkdir ko
mkdir en
- name: Download artifact (language = ko)
uses: actions/download-artifact@v4
with:
name: docs-ko
path: ./ko
path: ./docs/build/ko
- name: Download artifact (language = en)
uses: actions/download-artifact@v4
with:
name: docs-en
path: ./en
path: ./docs/build/en
- name: Setup Pages
uses: actions/configure-pages@v4
- name: Upload integrated artifact
uses: actions/upload-pages-artifact@v3
with:
path: ./
path: ./docs/build/
deploy:
environment:
name: github-pages
Expand Down

0 comments on commit 425aee2

Please sign in to comment.