Skip to content
This repository has been archived by the owner on Dec 13, 2024. It is now read-only.

Commit

Permalink
CI Frontend Attempt #3
Browse files Browse the repository at this point in the history
  • Loading branch information
AnnsAnns committed May 6, 2024
1 parent 9871e3f commit 711831e
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 @@ -30,8 +30,8 @@ jobs:
- name: Create frontend dist folder
run: mkdir frontend && mkdir frontend/frontend

- name: Reparent into dist/frontend
run: cp -r dist frontend/frontend
- name: Copy all files from dist to frontend/frontend
run: cp -r dist/* frontend/frontend

- name: Deploy
uses: JamesIves/[email protected]
Expand Down

0 comments on commit 711831e

Please sign in to comment.