Skip to content

Commit 3ad7111

Browse files
committed
Update
1 parent a363dfb commit 3ad7111

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/docs.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
- name: Generate Documentation
1919
run: |
2020
mkdir -p public
21+
echo "pf.ractstudio.com" > public/CNAME # Add CNAME file
2122
doxygen Doxyfile
2223
2324
- name: Deploy to Doc Branch
@@ -27,4 +28,5 @@ jobs:
2728
publish_dir: ./public
2829
destination_dir: .
2930
publish_branch: doc
30-
force_orphan: true
31+
keep_files: true # Preserve existing files
32+
force_orphan: false # Disable orphan branch reset

0 commit comments

Comments
 (0)