[TOOLS] fix branch name

This commit is contained in:
Carmelo Messina
2026-06-05 11:48:03 +02:00
parent 922ed6c8d2
commit 822f836684
+11 -10
View File
@@ -23,6 +23,17 @@ jobs:
path: main
fetch-depth: 1
# -------------------------------
# Checkout pages branch
# -------------------------------
- name: Checkout pages branch
uses: actions/checkout@v2
with:
repository: 'uazo/cromite'
ref: pages
path: pages
fetch-depth: 1
# -------------------------------
# Prepare output directory
# -------------------------------
@@ -64,16 +75,6 @@ jobs:
exit 1
fi
# -------------------------------
# Checkout pages branch
# -------------------------------
- name: Checkout pages branch
uses: actions/checkout@v2
with:
repository: 'uazo/cromite'
path: pages
fetch-depth: 1
# -------------------------------
# Deploy filters (only .txt)
# -------------------------------