We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6262dc3 commit ba8817aCopy full SHA for ba8817a
.circleci/config.yml
@@ -51,7 +51,7 @@ jobs:
51
name: Deploy GitHub Pages
52
command: |
53
set -x
54
- git clone -b gh-pages https://github.com/victorhundo/docs.git /opt/gh-pages
+ git clone -b gh-pages https://github.com/Guardians-DSC/docs.git /opt/gh-pages
55
cp -rf ./_build/main/* /opt/gh-pages/
56
cd /opt/gh-pages && git add .
57
git -c user.name='CircleCI' -c user.email='travis' commit -m 'UPDATE GitHub Pages'
0 commit comments