Skip to content

Commit

Permalink
Upgrade and switch to latest robots pull
Browse files Browse the repository at this point in the history
  • Loading branch information
palewire committed Sep 9, 2023
1 parent 7dc480f commit d8c7b71
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/etl-extract-robotstxt.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- id: download-robotstxt
name: Download robots.txt files
run: pipenv run newshomepages-extract robotstxt --days=7 --output-path=./robotstxt-sample.csv;
run: pipenv run newshomepages-extract robotstxt --latest --output-path=./robotstxt-sample.csv;
shell: bash

- id: save
Expand Down
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ verify_ssl = true
name = "pypi"

[packages]
newshomepages = "==0.0.57"
newshomepages = "==0.0.58"

[dev-packages]

Expand Down
14 changes: 7 additions & 7 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d8c7b71

Please sign in to comment.