From cc18b8617c7c01b343e7534bf948bff8667856cf Mon Sep 17 00:00:00 2001 From: nisbet-hubbard <87453615+nisbet-hubbard@users.noreply.github.com> Date: Tue, 3 Sep 2024 07:48:48 +0800 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 4b127d7..bd10a45 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -20,14 +20,7 @@ jobs: - run: | git config --global user.name "ai.robots.txt" git config --global user.email "ai.robots.txt@users.noreply.github.com" - git rm robots.txt - git rm table-of-bot-metrics.md - git add -A - git commit -m "Removing previously generated files" - git push php -f code/action.php - git config --global user.name "ai.robots.txt" - git config --global user.email "ai.robots.txt@users.noreply.github.com" git add -A if [ -n "${{ inputs.message }}" ]; then git commit -m "${{ inputs.message }}" @@ -35,4 +28,4 @@ jobs: git commit -m "${{ github.event.head_commit.message }}" fi git push - shell: bash \ No newline at end of file + shell: bash