My personal website emmeline.tngl.io/
0
fork

Configure Feed

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

fix again?

Emmeline cb87f7e8 43f42473

+3 -1
+3 -1
.tangled/workflows/build.yaml
··· 66 66 - name: push to build branch 67 67 command: | 68 68 cd site 69 + git checkout build 70 + git pull 69 71 cp -r ../output/* ./ 70 72 git config --global user.email "noemail@example.com" 71 73 git config --global user.name "Spindle" 72 74 git add . 73 75 git commit -m "build: `date "+%Y-%m-%d %H:%M:%S"`" 74 - git push origin build --force 76 + git push origin build