diff --git a/.github/workflows/transfemscience.org.yml b/.github/workflows/transfemscience.org.yml index 4343af47..bd777364 100644 --- a/.github/workflows/transfemscience.org.yml +++ b/.github/workflows/transfemscience.org.yml @@ -24,7 +24,7 @@ jobs: - name: download transfemscience run: | rm -rf transfemscience.org - wget -mkpKEH --limit-rate 10m --random-wait -e robots=off --user-agent="Contact: hrt.boytw.ink/crawl_contact.txt" --domains=transfemscience.org,files.transfemscience.org https://transfemscience.org || true + wget -mkpKEH --limit-rate 10m --random-wait -e robots=off --user-agent="Contact: hrt.boytw.ink/crawl_contact.txt" --domains=transfemscience.org https://transfemscience.org || true find . -name "*.orig" -type f -delete - name: commit changes if: ${{ success() }}