deer social fork for personal usage. but you might see a use idk. github mirror
4
fork

Configure Feed

Select the types of activity you want to include in your feed.

ci add tangled mirror and action

authored by

Sylfr Tan and committed by
ayla
575fe24e f63094dc

+14
+14
.github/workflows/tangled.yml
··· 1 + name: Tangle 2 + 3 + on: 4 + push: {} 5 + workflow_dispatch: {} 6 + 7 + jobs: 8 + tangle: 9 + runs-on: ubuntu-latest 10 + steps: 11 + - uses: gwennlbh/to-tangled@v0.3 12 + with: 13 + repo: isuggest.selfce.st/catsky-social 14 + ssh-key: ${{ secrets.TANGLED_KEY }}