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 4f72314 commit 74a85ffCopy full SHA for 74a85ff
.github/workflows/development.yaml
@@ -93,6 +93,7 @@ jobs:
93
cp -r docs-api/build/html/* gh-pages/
94
cp .gitignore gh-pages/
95
touch gh-pages/.nojekyll
96
+ echo "docs-api.datajoint.org" > gh-pages/CNAME
97
cd gh-pages
98
git config --local user.email "[email protected]"
99
git config --local user.name "GitHub Action"
0 commit comments