Skip to content

Commit

Permalink
Fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
AnnsAnns committed May 6, 2024
1 parent a7601aa commit e0e0719
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,10 @@ jobs:
run: mkdir -p ./dist && mkdir -p ./dist/docs

- name: Copy frontend dist to base dist
run: cp -r .frontend/dist ./dist
run: cp -r ./frontend/dist ./dist

- name: Copy docs dist to base dist
run: cp -r .docs/dist ./dist/docs
run: cp -r ./docs/dist ./dist/docs

- name: Setup Pages
uses: actions/configure-pages@v5
Expand Down

0 comments on commit e0e0719

Please sign in to comment.