fix: post formatting
This commit is contained in:
parent
19cbb5ba9a
commit
ebe93d4825
1 changed files with 4 additions and 0 deletions
|
@ -65,6 +65,8 @@ permalink: '/follow.json'
|
|||
|
||||
Finally, we skip the Make-dependent portion of this exercise and leverage a [cron-based action](https://github.com/cdransf/coryd.dev/blob/66085dfdb1fab7bd46b8aa3e4b5e40ced906fb93/.github/workflows/scheduled-post.yaml#L21):
|
||||
|
||||
{% raw %}
|
||||
|
||||
```yaml
|
||||
name: Scheduled follow feed to Mastodon
|
||||
on:
|
||||
|
@ -89,6 +91,8 @@ jobs:
|
|||
uses: stefanzweifel/git-auto-commit-action@v4
|
||||
```
|
||||
|
||||
{% endraw %}
|
||||
|
||||
GitHub will now check the `follow.json` feed and post updates hourly.
|
||||
|
||||
[^1]: This is also the part where I should make the time to try and add support for this and contribute the change.
|
||||
|
|
Reference in a new issue