Skip to content

Commit b2856aa

Browse files
committed
remove unneccessary submodule reference update, fix failing documentation update
1 parent 64fa6e4 commit b2856aa

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

.github/workflows/documentation.yml

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -40,15 +40,4 @@ jobs:
4040
directory: ./docs
4141
branch: gh-pages
4242
force: true
43-
- name: Update submodule reference
44-
run: |
45-
cd ${{ github.workspace }}
46-
git config --local user.email "action@github.com"
47-
git config --local user.name "GitHub Action"
48-
git add ./docs
49-
git commit -m "update docs submodule"
50-
- name: Push changes
51-
uses: ad-m/github-push-action@master
52-
with:
53-
github_token: ${{ secrets.GITHUB_TOKEN }}
54-
branch: ${{ github.ref }}
43+

0 commit comments

Comments
 (0)