changed the web doc upload command
This commit is contained in:
@ -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 '^[<>]'
|
||||
|
||||
|
Reference in New Issue
Block a user