Skip to content

Commit

Permalink
Create CNAME in ./docs directory.
Browse files Browse the repository at this point in the history
  • Loading branch information
liuliu committed Mar 22, 2024
1 parent 4e203ce commit 2c8dcf5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/documentation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
cd "${GITHUB_WORKSPACE}"
docc convert Documentation.docc --index --transform-for-static-hosting --output-path ./docs
echo '<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta http-equiv="refresh" content="0;url=https://docs.drawthings.ai/documentation/drawthings">' > ./docs/index.html
echo "docs.drawthings.ai" > ./docs/CNAME
- name: Add and commit documentation
run: |
Expand Down

0 comments on commit 2c8dcf5

Please sign in to comment.