stunning screenshots in seconds https://moocup.jaydip.me

ci: full commit history with force push

authored by

Jaydip Sanghani and committed by
Tangled
b34122de c8ccf0bd

+4 -1
+4 -1
.github/workflows/mirror-to-tangled.yml
··· 11 11 steps: 12 12 - name: Checkout 13 13 uses: actions/checkout@v5 14 + with: 15 + fetch-depth: 0 # full commit history 16 + 14 17 15 18 - name: Start SSH agent and add key 16 19 uses: webfactory/ssh-agent@v0.9.1 ··· 23 26 - name: Push to Tangled 24 27 run: | 25 28 git remote add tangled git@tangled.sh:jaydip.me/moocup 26 - git push tangled main:from-github 29 + git push -f tangled main:from-github