Skip to content

Commit c3c7882

Browse files
authored
fix html link for xodump post
1 parent 003da1c commit c3c7882

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pages-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
run: |
5555
bundle exec htmlproofer _site \
5656
\-\-disable-external \
57-
\-\-ignore-urls "/^http:\/\/127.0.0.1/,/^http:\/\/0.0.0.0/,/^http:\/\/localhost/"
57+
\-\-ignore-urls "/^http:\/\/127.0.0.1/,/^http:\/\/0.0.0.0/,/^http:\/\/localhost/,http:\/\/reverse.lostrealm.com\/tools\/xocopy.html/"
5858
5959
- name: Upload site artifact
6060
uses: actions/upload-pages-artifact@v3

0 commit comments

Comments
 (0)