Skip to content

Commit 68ce2a2

Browse files
committed
.
1 parent e6cb7b3 commit 68ce2a2

File tree

1 file changed

+6
-21
lines changed

1 file changed

+6
-21
lines changed

.github/workflows/generate-page-docs.yml

Lines changed: 6 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -35,25 +35,10 @@ jobs:
3535
3636
- uses: EndBug/add-and-commit@v9
3737
with:
38-
default_author: github_actions
38+
default_author: github_action
3939

40-
- uses: actions/checkout@v3
41-
- run: |
42-
git config user.name github-actions
43-
git config user.email [email protected]
44-
git add docs/index.html
45-
git commit -m "generated"
46-
git push
47-
48-
- name: Commit files
49-
run: |
50-
git config --local user.email "[email protected]"
51-
git config --local user.name "ProFastCode"
52-
git add docs/index.html
53-
git commit -a -m "Add changes"
54-
55-
- name: Push changes
56-
uses: ad-m/github-push-action@master
57-
with:
58-
github_token: ${{ secrets.GH_PAT }}
59-
force_with_lease: true
40+
# - name: Push changes
41+
# uses: ad-m/github-push-action@master
42+
# with:
43+
# github_token: ${{ secrets.GH_PAT }}
44+
# force_with_lease: true

0 commit comments

Comments
 (0)