Update .forgejo/workflows/pages.yml
All checks were successful
Deploy / Deploy (push) Successful in 1m17s
All checks were successful
Deploy / Deploy (push) Successful in 1m17s
This commit is contained in:
parent
de5e227a21
commit
00cf8054b5
1 changed files with 2 additions and 3 deletions
|
@ -18,11 +18,10 @@ jobs:
|
||||||
mkdir /workspace/bin
|
mkdir /workspace/bin
|
||||||
export GOBIN=/workspace/bin
|
export GOBIN=/workspace/bin
|
||||||
go install github.com/packwiz/packwiz@latest
|
go install github.com/packwiz/packwiz@latest
|
||||||
ls /workspace/bin
|
|
||||||
cd TrotCraft/client
|
cd TrotCraft/client
|
||||||
/home/runner/go/bin/packwiz refresh --build
|
/workspace/bin/packwiz refresh --build
|
||||||
cd ../server
|
cd ../server
|
||||||
/home/runner/go/bin/packwiz refresh --build
|
/workspace/bin/packwiz refresh --build
|
||||||
- name: Deploy
|
- name: Deploy
|
||||||
uses: cloudflare/wrangler-action@v3
|
uses: cloudflare/wrangler-action@v3
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in a new issue