changed the web doc upload command

This commit is contained in:
2023-10-17 22:11:31 +09:00
parent 574987ff28
commit 1ded7684cc
2 changed files with 1 additions and 2 deletions

View File

@ -1,4 +1,4 @@
all:
tar -cvf web-doc.tar index.html *.md
curl -sv -X UNTAR --data-binary @web-doc.tar --output /dev/null https://www.miflux.com 2>&1 | grep '^[<>]'
curl -sv -X UNTAR --data-binary @web-doc.tar --output /dev/null https://www.miflux.com/web-doc.tar 2>&1 | grep '^[<>]'