My personal website emmeline.tngl.io/
0
fork

Configure Feed

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

maybe ssh-keyscan is what i need

+2 -1
+2 -1
.tangled/workflows/build.yaml
··· 34 34 command: | 35 35 mkdir -p ~/.ssh/ && 36 36 echo "$SSH_KEY" > ~/.ssh/id_ed25519 && 37 - echo "$SSH_PUB_KEY" > ~/.ssh/id_ed25519.pub 37 + echo "$SSH_PUB_KEY" > ~/.ssh/id_ed25519.pub && 38 + ssh-keyscan knot.girlkisser.top >> ~/.ssh/known_hosts 38 39 39 40 - name: build site 40 41 command: |