File: create_gh-pages_dir.sh

package info (click to toggle)
python-pylatex 1.4.2%2Bds-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,044 kB
  • sloc: python: 3,810; sh: 209; makefile: 169; xml: 12
file content (7 lines) | stat: -rwxr-xr-x 183 bytes parent folder | download
1
2
3
4
5
6
7
#!/bin/bash

git clone --branch=gh-pages `git config --get remote.origin.url` gh-pages
rm -rf build/html
ln -sf ../gh-pages/latest build/html
cd gh-pages/
git submodule update --init