remove workflow
Some checks failed
Build Notes Site / build (push) Failing after 1s

This commit is contained in:
Jay
2026-03-03 01:59:11 +00:00
parent 9691ada4f1
commit 205eec7358

View File

@@ -12,7 +12,7 @@ jobs:
steps:
# 1⃣ Checkout the repository
- name: Checkout repository
uses: actions/checkout@v4
run: git clone $GITEA_REPOSITORY /github/workspace
# 2⃣ Optional: Install Node (only if you add JS plugins later)
# - name: Install Node.js