Skip to content

Update date in /now #17

Update date in /now

Update date in /now #17

Workflow file for this run

name: Syndicate
on:
push:
branches:
- main
paths:
- 'content/**.md'
jobs:
syndicate:
name: Syndicate
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0 # All history
- uses: actions/cache@v4
with:
path: |
~/.cargo/registry
~/.cargo/git
target
key: cargo-build-cli-${{ hashFiles('**/Cargo.lock') }}-${{ hashFiles('crates/**') }}
restore-keys: cargo-build-cli
- run: cargo run syndicate --before-sha ${{ github.event.before }}
env:
MASTODON_URL: https://spezi.social
MASTODON_TOKEN: ${{ secrets.MASTODON_TOKEN }}