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 0a2ca4c commit 732d1f9Copy full SHA for 732d1f9
.github/workflows/static-documentation.yml
@@ -39,6 +39,7 @@ jobs:
39
- name: Add static files
40
run: |
41
printf "User-agent: *\nDisallow:" > docs/robots.txt
42
+ printf "canvasconstructor.js.org" >> docs/CNAME
43
cp .gitignore docs/
44
cp LICENSE.md docs/
45
cp README.md docs/
0 commit comments