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
|
||||
export GOBIN=/workspace/bin
|
||||
go install github.com/packwiz/packwiz@latest
|
||||
ls /workspace/bin
|
||||
cd TrotCraft/client
|
||||
/home/runner/go/bin/packwiz refresh --build
|
||||
/workspace/bin/packwiz refresh --build
|
||||
cd ../server
|
||||
/home/runner/go/bin/packwiz refresh --build
|
||||
/workspace/bin/packwiz refresh --build
|
||||
- name: Deploy
|
||||
uses: cloudflare/wrangler-action@v3
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue