Skip to content

chore: contribution note #4

chore: contribution note

chore: contribution note #4

Workflow file for this run

on: [push]
jobs:
ai-robots-txt:
runs-on: ubuntu-latest
name: ai-robots-txt
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 2
- run: |
git config --global user.name "ai.robots.txt"
git config --global user.email "[email protected]"
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 "[email protected]"
git add -A
git commit -m "${{ github.event.head_commit.message }}"
git push
shell: bash