gitea: run nix with --print-build-logs to workflows

This commit is contained in:
Michael Hoang
2025-09-18 16:42:13 +02:00
parent 62eedacd33
commit 589d353285

View File

@@ -8,6 +8,6 @@ jobs:
runs-on: nix runs-on: nix
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- run: nix run .#deploy-docs - run: nix run --print-build-logs .#deploy-docs
env: env:
SSH_HOMEPAGE_KEY: ${{ secrets.SSH_HOMEPAGE_KEY }} SSH_HOMEPAGE_KEY: ${{ secrets.SSH_HOMEPAGE_KEY }}