1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-10-27 10:25:50 -04:00

Update webmentions.yml

[skip ci]
This commit is contained in:
2020-07-13 19:47:46 -04:00
parent 209a69f2f4
commit d2323d6038
2 changed files with 3 additions and 3 deletions

View File

@@ -13,10 +13,11 @@ jobs:
fetch-depth: 1
lfs: false
- name: Get webmentions data
run: |
wget -nv -O data/webmentions.json "https://webmention.io/api/mentions.json?domain=jarv.is&token=$WEBMENTIONS_TOKEN"
run: wget -nv -O data/webmentions.json "https://webmention.io/api/mentions.json?domain=jarv.is&token=$WEBMENTIONS_TOKEN"
env:
WEBMENTIONS_TOKEN: ${{ secrets.WEBMENTIONS_TOKEN }}
- name: Format JSON
run: npx prettier --write data/webmentions.json
- name: Push changes
run: |
git config --global user.name "github-actions[bot]"

View File

@@ -1,6 +1,5 @@
# Hugo stuff that doesn't play well with Prettier
assets/**/vendor/
data/
layouts/
static/