Spaces:
Sleeping
Sleeping
gordonchanfz
commited on
Update deploy.yml
Browse files
.github/workflows/deploy.yml
CHANGED
@@ -11,6 +11,10 @@ jobs:
|
|
11 |
runs-on: ubuntu-latest
|
12 |
steps:
|
13 |
- uses: actions/checkout@v4
|
|
|
|
|
|
|
|
|
14 |
|
15 |
- name: Set environment variables
|
16 |
run: |
|
|
|
11 |
runs-on: ubuntu-latest
|
12 |
steps:
|
13 |
- uses: actions/checkout@v4
|
14 |
+
with:
|
15 |
+
fetch-depth: 0
|
16 |
+
lfs: true
|
17 |
+
ref: dev
|
18 |
|
19 |
- name: Set environment variables
|
20 |
run: |
|