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 a363dfb commit 3ad7111Copy full SHA for 3ad7111
.github/workflows/docs.yml
@@ -18,6 +18,7 @@ jobs:
18
- name: Generate Documentation
19
run: |
20
mkdir -p public
21
+ echo "pf.ractstudio.com" > public/CNAME # Add CNAME file
22
doxygen Doxyfile
23
24
- name: Deploy to Doc Branch
@@ -27,4 +28,5 @@ jobs:
27
28
publish_dir: ./public
29
destination_dir: .
30
publish_branch: doc
- force_orphan: true
31
+ keep_files: true # Preserve existing files
32
+ force_orphan: false # Disable orphan branch reset
0 commit comments