site -> docs
old-commit-hash: 8c6c6e435f0ef18456ad553cbf5c1555bfc210c7
This commit is contained in:
6
.github/workflows/docs.yaml
vendored
6
.github/workflows/docs.yaml
vendored
@@ -52,11 +52,11 @@ jobs:
|
||||
git rm -rf .
|
||||
|
||||
# copy over docs
|
||||
cp -r ../docs/site/ site/
|
||||
cp -r ../docs/site/ docs/
|
||||
|
||||
# GitHub pages config
|
||||
touch site/.nojekyll
|
||||
echo -n docs.comma.ai > site/CNAME
|
||||
touch docs/.nojekyll
|
||||
echo -n docs.comma.ai > docs/CNAME
|
||||
|
||||
git add -f .
|
||||
git commit -m "build docs"
|
||||
|
||||
Reference in New Issue
Block a user