Skip to content

Commit

Permalink
update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Chadiii committed Jun 4, 2024
1 parent c538ae7 commit 94b58b3
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 @@ -9,7 +9,6 @@ permissions:
jobs:
docit:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@master
- name: Copy the Readmes
Expand All @@ -21,7 +20,7 @@ jobs:
git config --local user.email "[email protected]"
git config --local user.name "GitHub Action"
git add .
git commit -m "Add changes" -a
git commit -m "Add changes" -a --allow-empty
- name: Push changes
uses: ad-m/github-push-action@master
with:
Expand Down

0 comments on commit 94b58b3

Please sign in to comment.