Skip to content

Commit

Permalink
Finally fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Clonkk authored Oct 17, 2022
1 parent 9024586 commit 3573506
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,10 @@ jobs:
- name: Commit files
run: |
echo ${{ github.ref }}
git config --global --add safe.directory /github/workspace
git add docs
git commit -m "CI: Automated build push" -a | exit 0
- name: Force push to destination branch
uses: ad-m/github-push-action@v0.5.0
uses: ad-m/github-push-action@v0.6.0
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
branch: gh-pages
Expand Down

0 comments on commit 3573506

Please sign in to comment.