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 4d217d3 commit 777bf5bCopy full SHA for 777bf5b
.github/workflows/docs.yml
@@ -25,6 +25,7 @@ jobs:
25
cp -r docs/build/html/* gh-pages/
26
cd gh-pages
27
touch .nojekyll
28
+ echo "reference.unbox.ai" > CNAME
29
git config --local user.email "action@github.com"
30
git config --local user.name "GitHub Action"
31
git add .
0 commit comments