This repository has no description
0

Configure Feed

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

👷 Tangle again

+6 -3
+6 -3
.github/workflows/tangle.sh .github/workflows/tangle.yml
··· 1 - name: Tangle (mirro to tangled.sh) 1 + name: Tangled 2 2 3 3 on: 4 - push: {} 5 4 workflow_dispatch: {} 5 + push: 6 + branches: 7 + - main 6 8 7 9 jobs: 8 - tangle: 10 + mirror: 11 + name: Mirror 9 12 runs-on: ubuntu-latest 10 13 steps: 11 14 - uses: gwennlbh/to-tangled@v0.3