Skip to content

Commit f552769

Browse files
author
berndgassmann
authored
Fix deploy docu
1 parent 751ffb0 commit f552769

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/deploy_documentation.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99

1010
# prepare
1111
mv doc/ doctmp/ && mv README.md README.md.tmp && mv mkdocs.yml mkdocs.yml.tmp
12+
rm -rf dependencies
1213
git checkout origin/doc
1314
if [ $? -ne 0 ]; then echo "GIT checkout failure"; exit 1; fi
1415
git checkout -b doc
@@ -40,6 +41,7 @@ git config user.name "Github Action"
4041
git commit -m "Updated documentation" --no-edit
4142

4243
if [ "$1" = true ]; then
44+
echo "Deploy documentation"
4345
git remote set-url origin https://x-access-token:${GITHUB_TOKEN}@github.com/carla-simulator/map
4446
git push origin doc
4547
else

0 commit comments

Comments
 (0)