[TOOLS] fix branch name
This commit is contained in:
@@ -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)
|
||||
# -------------------------------
|
||||
|
||||
Reference in New Issue
Block a user