Skip to content

Commit 8024f1c

Browse files
committed
Maybe the credentials were persisted
1 parent 26cd05b commit 8024f1c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ jobs:
3131
repository: zDevelopers/zdevelopers.github.io
3232
path: web
3333
branch: master
34+
persist-credentials: false
3435
- name: Push built documentation to website repository
3536
shell: bash
3637
run: |
@@ -43,8 +44,6 @@ jobs:
4344
rm -rf web/static/docs/$PROJECT_NAME_LOWER
4445
cp -r target/site/apidocs web/static/docs/$PROJECT_NAME_LOWER
4546
46-
cat ~/.gitconfig
47-
4847
# Add, commit & push
4948
cd web
5049
git add .

0 commit comments

Comments
 (0)