fixing CI
Test / build_and_test (push) Successful in 20s
Build / build (push) Successful in 26s

This commit is contained in:
2026-06-02 22:09:41 +02:00
parent 042662a928
commit 8cd40c40f0
2 changed files with 21 additions and 36 deletions
+2 -8
View File
@@ -24,12 +24,6 @@ jobs:
- name: Generating docs
run: zig build docs
- name: Prepare docs deploy payload
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }}
run: |
mkdir -p ./deploy-docs
cp ./zig-out/docs/index.html ./deploy-docs/404.html
- name: Deploying docs
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }}
uses: milanmk/actions-file-deployer@master
@@ -39,6 +33,6 @@ jobs:
remote-user: ${{ secrets.SFTP_USER_DOCS }}
remote-password: ${{ secrets.SFTP_PASSWORD_DOCS }}
remote-port: 6969
local-path: "./deploy-docs"
remote-path: "/www/error"
local-path: "./zig-out/docs"
remote-path: "/www"
sync: full