debug fetch of webmentions

This commit is contained in:
Marvin Steadfast 2020-03-12 16:47:56 +01:00
parent 839607e868
commit fd22645cfd

View File

@ -20,6 +20,7 @@ steps:
- make install_deps
- curl "https://webmention.io/api/mentions?token=${WEBMENTIONIO_TOKEN}" -o data/mentions.json
- ls -lah data/
- cat data/mentions.json
- make build
- make ftp_upload
when: