Planning applications tracker for InLinkUK from BT kiosks. https://kiosks.adrianshort.org/
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 
 
 

9 行
137 B

  1. #!/usr/bin/env sh
  2. bundle exec bin/download
  3. bundle exec bin/petrify
  4. cd _site
  5. git commit -am "Update content"
  6. git push origin master
  7. cd -