Skip to content

Commit ba8817a

Browse files
committed
Atualizado configuração do config do circleCI
1 parent 6262dc3 commit ba8817a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
name: Deploy GitHub Pages
5252
command: |
5353
set -x
54-
git clone -b gh-pages https://github.com/victorhundo/docs.git /opt/gh-pages
54+
git clone -b gh-pages https://github.com/Guardians-DSC/docs.git /opt/gh-pages
5555
cp -rf ./_build/main/* /opt/gh-pages/
5656
cd /opt/gh-pages && git add .
5757
git -c user.name='CircleCI' -c user.email='travis' commit -m 'UPDATE GitHub Pages'

0 commit comments

Comments
 (0)