Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
xeonds committed Jul 19, 2023
1 parent ea58309 commit 7cc3763
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/xdu-planet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
uses: actions/checkout@v2
with:
ref: deploy
path: ./
path: ./deploy

- name: Setup Node
uses: actions/setup-node@v2
Expand All @@ -35,13 +35,13 @@ jobs:

- name: Make dir
run: mkdir public
- name: Copy config
run: cp deploy/config.yml ./ && ls

- name: Build frontend
run: cd frontend && npm install pnpm -g && pnpm install && pnpm run build && cd ..
- name: Copy dist
run: cp -r frontend/dist/* public/
- name: Copy config
run: cp deploy/config.yml public/ && ls deploy && ls public
- name: Build main program
run: go mod tidy && go build

Expand Down

0 comments on commit 7cc3763

Please sign in to comment.