odin-html

HTML Parsing library in Odin.
Log | Files | Refs | README | LICENSE

mirror-sync.yml (348B)


      1 image: alpine/edge
      2 packages:
      3   - git
      4 secrets:
      5   - 1c238745-e2fe-4372-8682-c8b6929ffbcd
      6 tasks:
      7   - sync: |
      8       ssh-keyscan github.com >> ~/.ssh/known_hosts
      9       git clone --mirror https://git.sr.ht/~jackmordaunt/odin-html
     10       cd odin-html
     11       git remote set-url --push origin git@github.com:jackmordaunt/odin-html.git
     12       git push --mirror