From 94b58b356566bbd589666d5919b9ffd6e2ea0004 Mon Sep 17 00:00:00 2001 From: Chadi LAOULAOU Date: Tue, 4 Jun 2024 11:54:07 +0200 Subject: [PATCH] update ci --- .github/workflows/docs.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 2c804061..7f7ec573 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -9,7 +9,6 @@ permissions: jobs: docit: runs-on: ubuntu-latest - steps: - uses: actions/checkout@master - name: Copy the Readmes @@ -21,7 +20,7 @@ jobs: git config --local user.email "action@github.com" 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: