File: redeploy_docs.sh

package info (click to toggle)
python-inline-snapshot 0.32.5-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,900 kB
  • sloc: python: 11,339; makefile: 40; sh: 36
file content (5 lines) | stat: -rw-r--r-- 154 bytes parent folder | download
1
2
3
4
5

version=$(hatch version | sed -rne "s:([0-9]*)\.([0-9]*)\..*:\1.\2:p")

git fetch origin gh-pages
hatch run docs:mike deploy -u --push ${version} latest