Skip to content

Commit

Permalink
ignore xmlrpc
Browse files Browse the repository at this point in the history
  • Loading branch information
mwt authored Mar 22, 2024
1 parent 552caae commit df5e4fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mirror.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- uses: actions/checkout@v3

- name: Download the files
run: wget -m --retry-connrefused --tries=20 --no-host-directories --directory-prefix="www" --exclude-directories="/wp-json,/wp-admin" --regex-type 'pcre' --reject-regex '.*\?(?!ver).*' --wait 1 https://www.dcpbk.org/
run: wget -m --retry-connrefused --tries=20 --no-host-directories --directory-prefix="www" --exclude-directories="/wp-json,/wp-admin" --regex-type 'pcre' --reject-regex '.*\?(?!ver).*|xmlrpc\.php$' --wait 1 https://www.dcpbk.org/
- name: Download 404
run: wget --content-on-error --directory-prefix="www" https://www.dcpbk.org/404.html || echo "Expexted error"

Expand Down

0 comments on commit df5e4fe

Please sign in to comment.