更新 .gitea/workflows/build.yaml
Some checks failed
CI / build (push) Failing after 2m55s

This commit is contained in:
Jeffrey Hsu 2024-10-31 10:51:09 +08:00
parent 217d79ce98
commit 0a49a56fd5

View File

@ -14,7 +14,10 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
repository: cantyonion/WebIndex
server_url: https://cantyonion.site./git
- name: Set up Node.js
uses: actions/setup-node@v2