Skip to content

Commit cd87fca

Browse files
committed
adding fix 1
1 parent e55dd10 commit cd87fca

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,9 @@ jobs:
2828
pip install mkdocs-material
2929
3030
- name: Create CNAME file
31-
run: echo "docs.allez.xyz" > ./site/CNAME
31+
run: |
32+
mkdir -p ./site
33+
echo "docs.allez.xyz" > ./site/CNAME
3234
3335
- name: Configure Git
3436
run: |

0 commit comments

Comments
 (0)