Skip to content

Commit

Permalink
CI
Browse files Browse the repository at this point in the history
Signed-off-by: Andy Neff <[email protected]>
  • Loading branch information
andyneff committed Jan 23, 2024
1 parent 22e3fcd commit a7ce8f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ jobs:
if [ "$(git status --porcelain -uno | wc -l)" != "0" ]; then
git config --global user.email "[email protected]" > /dev/null 2>&1
git config --global user.name "CircleCI" > /dev/null 2>&1
git commit -m "Autobuild documentation [skip ci]"
git commit -m "Autobuild documentation [ci skip]"
git remote set-url origin "https://${GH_NAME}:${GH_TOKEN}@github.com/${CIRCLE_PROJECT_USERNAME}/${CIRCLE_PROJECT_REPONAME}.git"
git push origin gh-pages
fi
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
# -- Project information -----------------------------------------------------

project = 'VSI Common'
copyright = '2024.1, Vision Systems, Inc'
copyright = '2024.2, Vision Systems, Inc'
author = 'Vision Systems, Inc'

# The short X.Y version
Expand Down

0 comments on commit a7ce8f2

Please sign in to comment.