We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e341bb commit 4bba545Copy full SHA for 4bba545
.github/workflows/mkdocs.yaml
@@ -30,9 +30,14 @@ jobs:
30
run: |
31
mkdocs build --verbose # Build the site.
32
33
+ - name: Copy Images to Site
34
+ run: |
35
+ mkdir -p site/assets/images
36
+ cp -r assets/images/* site/assets/images/
37
+
38
- name: Create CNAME File
39
run: echo "prabha.ai" > site/CNAME
- # Replace "yourcustomdomain.com" with your actual custom domain.
40
+ # Replace "prabha.ai" with your actual custom domain.
41
# The 'site' directory is the default build directory for MkDocs.
42
# If you have configured a different directory, adjust the path accordingly.
43
0 commit comments