Skip to content

Commit

Permalink
Update prepare.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
birkir committed Nov 13, 2023
1 parent b70feba commit 9c7f3f1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion apps/docs/scripts/prepare.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@

scriptdir="$(dirname "$0")"

# Copy README.md to pages/index.md for index page
# Copy root markdown files
cp "$scriptdir/../../../README.md" "$scriptdir/../pages/index.md"
cp "$scriptdir/../../../CarPlay.md" "$scriptdir/../pages/CarPlay.md"
cp "$scriptdir/../../../AndroidAuto.md" "$scriptdir/../pages/AndroidAuto.md"

# Copy Static files
cp -R "$scriptdir/../../../.github" "$scriptdir/../public/.github"
Expand Down

0 comments on commit 9c7f3f1

Please sign in to comment.