From 7d454f502f0d309bbb31a4b8499d96a35751ef2a Mon Sep 17 00:00:00 2001 From: Michal Vanko Date: Wed, 18 Sep 2024 12:56:49 +0200 Subject: [PATCH] more fixes --- .gitea/workflows/release.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/release.yaml b/.gitea/workflows/release.yaml index 8af255b..c778c8a 100644 --- a/.gitea/workflows/release.yaml +++ b/.gitea/workflows/release.yaml @@ -22,10 +22,12 @@ jobs: with: run: just prod working-directory: axum_server - wait-on: http://localhost:3001 + wait-on: http://localhost:3081 wait-for: 10m tail: true - - run: cd axum_server && just ssg + - name: run ssg + run: just ssg + working-directory: axum_server - uses: actions/upload-artifact@v4 with: name: dist