Skip to content

Commit

Permalink
Update deploy_documentation.sh (#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
berndgassmann authored Feb 1, 2024
1 parent 73894d6 commit 7881662
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy_documentation.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ git config user.name "Github Action"
git commit -m "Updated documentation" --no-edit

if [ "$1" = true ]; then
git remote set-url origin https://x-access-token:${GITHUB_TOKEN}@github.com/carla-simulator/map
git push origin doc
else
echo "Only testing mode - No deployment"
Expand Down

0 comments on commit 7881662

Please sign in to comment.