Skip to content

Commit

Permalink
try fix CI ?
Browse files Browse the repository at this point in the history
  • Loading branch information
Clonkk authored Oct 17, 2022
1 parent a31907d commit 9024586
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ jobs:
run: |
git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com"
git config --local user.name "github-actions[bot]"
git config --global --add safe.directory /github/workspace
- name: Fetch
run: git fetch
- name: Rebase
Expand All @@ -28,6 +27,7 @@ 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
Expand Down

0 comments on commit 9024586

Please sign in to comment.