diff options
author | Bryan Newbold <bnewbold@archive.org> | 2021-05-17 21:11:31 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2021-05-17 21:11:31 -0700 |
commit | 9c51894168032a40f2b595208db0ded0baee24bb (patch) | |
tree | ca2668367c20d0ac6e880254c2768eba146ec760 /extra/sitemap/README.md | |
parent | 84412e78ee7187a1be36a9058284084c231a0357 (diff) | |
download | fatcat-scholar-9c51894168032a40f2b595208db0ded0baee24bb.tar.gz fatcat-scholar-9c51894168032a40f2b595208db0ded0baee24bb.zip |
sitemaps: remove date from sitmap URLs
Diffstat (limited to 'extra/sitemap/README.md')
-rw-r--r-- | extra/sitemap/README.md | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/extra/sitemap/README.md b/extra/sitemap/README.md index 6c03095..055575f 100644 --- a/extra/sitemap/README.md +++ b/extra/sitemap/README.md @@ -5,8 +5,7 @@ Requires [fatcat-cli](https://gitlab.com/bnewbold/fatcat-cli) and `jq` installed. Run these commands on a production machine. cd /srv/fatcat_scholar/sitemap - export DATE=`date --iso-8601` - /srv/fatcat_scholar/src/extra/sitemap/work_urls_query.sh $DATE + /srv/fatcat_scholar/src/extra/sitemap/work_urls_query.sh /srv/fatcat_scholar/src/extra/sitemap/generate_sitemap_indices.py ## Background |