another debugging input with jq on mentions.json
This commit is contained in:
parent
115aa8a5da
commit
b73c7f4fb6
@ -13,12 +13,13 @@ steps:
|
|||||||
WEBMENTIONIO_TOKEN:
|
WEBMENTIONIO_TOKEN:
|
||||||
from_secret: webmentionio_token
|
from_secret: webmentionio_token
|
||||||
commands:
|
commands:
|
||||||
- apk add --no-cache curl make git npm
|
- apk add --no-cache curl make git npm jq
|
||||||
- mkdir -p ~/.config/rclone
|
- mkdir -p ~/.config/rclone
|
||||||
- make rclone_config
|
- make rclone_config
|
||||||
- cat ~/.config/rclone/rclone.conf
|
- cat ~/.config/rclone/rclone.conf
|
||||||
- make install_deps
|
- make install_deps
|
||||||
- curl "https://webmention.io/api/mentions?token=$$WEBMENTIONIO_TOKEN" -o data/mentions.json
|
- curl "https://webmention.io/api/mentions?token=$$WEBMENTIONIO_TOKEN" -o data/mentions.json
|
||||||
|
- cat data/mentions.json|jq
|
||||||
- make build
|
- make build
|
||||||
- make ftp_upload
|
- make ftp_upload
|
||||||
- npm install @remy/webmention
|
- npm install @remy/webmention
|
||||||
|
Loading…
Reference in New Issue
Block a user