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