Update .gitea/workflows/deploy.yml
Some checks failed
Build and deploy docs / deploy (push) Failing after 2s

This commit is contained in:
2026-07-30 01:38:46 +00:00
parent bd03d90848
commit a2fa1805f6

View File

@@ -8,6 +8,11 @@ jobs:
deploy:
runs-on: docs-runner # must match the label of your registered act_runner
steps:
- name: Set up Node
uses: actions/setup-node@v4
with:
node-version: 24.18
- name: Checkout
uses: actions/checkout@v4