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 26cd05b commit 8024f1cCopy full SHA for 8024f1c
.github/workflows/docs.yml
@@ -31,6 +31,7 @@ jobs:
31
repository: zDevelopers/zdevelopers.github.io
32
path: web
33
branch: master
34
+ persist-credentials: false
35
- name: Push built documentation to website repository
36
shell: bash
37
run: |
@@ -43,8 +44,6 @@ jobs:
43
44
rm -rf web/static/docs/$PROJECT_NAME_LOWER
45
cp -r target/site/apidocs web/static/docs/$PROJECT_NAME_LOWER
46
- cat ~/.gitconfig
47
-
48
# Add, commit & push
49
cd web
50
git add .
0 commit comments