mirror of
https://github.com/ai-robots-txt/ai.robots.txt.git
synced 2025-04-12 05:57:45 +00:00
Merge pull request #62 from ai-robots-txt/missing-dependency
Ensure dependency installed
This commit is contained in:
commit
d2be15447c
1 changed files with 1 additions and 0 deletions
1
.github/workflows/main.yml
vendored
1
.github/workflows/main.yml
vendored
|
@ -20,6 +20,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
fetch-depth: 2
|
fetch-depth: 2
|
||||||
- run: |
|
- run: |
|
||||||
|
pip install beautifulsoup4
|
||||||
git config --global user.name "ai.robots.txt"
|
git config --global user.name "ai.robots.txt"
|
||||||
git config --global user.email "ai.robots.txt@users.noreply.github.com"
|
git config --global user.email "ai.robots.txt@users.noreply.github.com"
|
||||||
git log -1
|
git log -1
|
||||||
|
|
Loading…
Reference in a new issue