mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-02-19 05:24:06 +08:00
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