Update .gitea/workflows/deploy.yml

This commit is contained in:
2026-07-30 01:38:46 +00:00
parent 08d2e78bb3
commit b26cfdaab4

View File

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