Skip to content

Commit afb0f24

Browse files
authored
Add step to generate CNAME file for documentation
1 parent 48df1b9 commit afb0f24

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/docs.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,9 @@ jobs:
5656
env:
5757
latest_release: ${{ env.LATEST_RELEASE }}
5858

59+
- name: Generate CNAME file
60+
run: echo "python.docs.judge0.com" > docs/build/html/CNAME
61+
5962
- name: Upload artifacts
6063
uses: actions/upload-artifact@v4
6164
with:

0 commit comments

Comments
 (0)