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 64fa6e4 commit b2856aaCopy full SHA for b2856aa
.github/workflows/documentation.yml
@@ -40,15 +40,4 @@ jobs:
40
directory: ./docs
41
branch: gh-pages
42
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 }}
+
0 commit comments