mirror of
https://github.com/soapingtime/diyhrt.git
synced 2026-09-01 02:20:18 +02:00
fix hrtcafe
thanks ellie (https://transgirl.fr) and sorry it took me so long to get to your email
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
name: DIYHRT.cafe
|
name: HRTCafe.net
|
||||||
|
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
@@ -26,7 +26,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
rm -rf diyhrt.cafe
|
rm -rf diyhrt.cafe
|
||||||
rm -rf hrtcafe.net
|
rm -rf hrtcafe.net
|
||||||
wget -mkpKEH --limit-rate 10m --random-wait --user-agent="github.com/soapingtime/diyhrt" --domains=hrtcafe.net https://hrtcafe.net || true
|
wget -rk --limit-rate 10m --random-wait --user-agent="github.com/soapingtime/diyhrt" --domains=hrtcafe.net https://hrtcafe.net || true
|
||||||
- name: commit changes
|
- name: commit changes
|
||||||
if: ${{ success() }}
|
if: ${{ success() }}
|
||||||
uses: EndBug/add-and-commit@v9
|
uses: EndBug/add-and-commit@v9
|
||||||
|
|||||||
Reference in New Issue
Block a user