We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e55dd10 commit cd87fcaCopy full SHA for cd87fca
1 file changed
.github/workflows/deploy.yml
@@ -28,7 +28,9 @@ jobs:
28
pip install mkdocs-material
29
30
- name: Create CNAME file
31
- run: echo "docs.allez.xyz" > ./site/CNAME
+ run: |
32
+ mkdir -p ./site
33
+ echo "docs.allez.xyz" > ./site/CNAME
34
35
- name: Configure Git
36
run: |
0 commit comments