mirror of
https://github.com/ai-robots-txt/ai.robots.txt.git
synced 2025-04-04 11:03:59 +00:00
Rename Python code
The name dark_visitors.py gives the impression that the code is entirely related to the dark visitors website, whereas the update command relates to dark visitors and the convert command is unrelated to dark visitors.
This commit is contained in:
parent
2036a68c1f
commit
3a43714908
3 changed files with 2 additions and 2 deletions
2
.github/workflows/ai_robots_update.yml
vendored
2
.github/workflows/ai_robots_update.yml
vendored
|
@ -16,7 +16,7 @@ jobs:
|
|||
git config --global user.name "dark-visitors"
|
||||
git config --global user.email "dark-visitors@users.noreply.github.com"
|
||||
echo "Updating robots.json with data from darkvisitor.com ..."
|
||||
python code/dark_visitors.py --update
|
||||
python code/robots.py --update
|
||||
echo "... done."
|
||||
git --no-pager diff
|
||||
git add -A
|
||||
|
|
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
@ -25,7 +25,7 @@ jobs:
|
|||
git log -1
|
||||
git status
|
||||
echo "Updating robots.txt and table-of-bot-metrics.md if necessary ..."
|
||||
python code/dark_visitors.py --convert
|
||||
python code/robots.py --convert
|
||||
echo "... done."
|
||||
git --no-pager diff
|
||||
git add -A
|
||||
|
|
Loading…
Reference in a new issue