1 files changed, 1 insertions(+), 1 deletions(-)
M .build.yml
M .build.yml => .build.yml +1 -1
@@ 46,7 46,7 @@ tasks:
DESTDIR=../wg14-output/ make -C wg14
- push: |
cd wg14-output/
- for f in *.pdf; do echo "# [${f%.pdf}](//srhtcdn.githack.com/~nabijaczleweli/wg14/blob/output/$f)"; done > README.md
+ for f in *.pdf; do echo "# [${f%.pdf}](//srhtcdn.githack.com/~nabijaczleweli/wg14/blob/output/${f//\?/%3F})"; done > README.md
git add .
git config user.email "nabijaczleweli/autouploader@nabijaczleweli.xyz"
git config user.name "наб autouploader"