The source code for our eny.social landing page, which is mirrored in a different repository as part of the CI setup. eny.social
social-network eny local-first
2
fork

Configure Feed

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

fix(ci): prevent shallow tree

Sam Sauer a51a7392 e950336e

+1
+1
.tangled/workflows/mirror.yml
··· 15 15 steps: 16 16 - name: "Mirror to a different CI Repository" 17 17 command: | 18 + git fetch --unshallow || true 18 19 git remote add gitlab https://oauth2:$ACCESS_TOKEN@$GIT_REPOSITORY 19 20 git push gitlab HEAD:refs/heads/mirror/main --force