Skip to content

Commit

Permalink
Add robots.txt.tmp to reject list
Browse files Browse the repository at this point in the history
  • Loading branch information
cxosmo authored Dec 8, 2021
1 parent 712991f commit 672dc43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
run: |
rm -rf Unicode
mkdir Unicode
wget -r --no-parent -R "index.html*,robots.txt" https://www.unicode.org/Public/UCD/latest/ -nH
wget -r --no-parent -R "index.html*,robots.txt,robots.txt.tmp" https://www.unicode.org/Public/UCD/latest/ -nH
mv Public Unicode
- name: Add files over 100MB to .gitignore to avoid errors on pushing
Expand Down

0 comments on commit 672dc43

Please sign in to comment.