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

This commit is contained in:
2026-07-30 01:53:17 +00:00
parent a2fa1805f6
commit 9da92a2ee4

View File

@@ -8,11 +8,6 @@ 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