Lines Matching +full:gh +full:- +full:pages
8 # http://www.apache.org/licenses/LICENSE-2.0
28 '--config',
34 parser.add_argument('--submit', action='store_true')
35 parser.add_argument('--gh-user', type=str, help='GitHub user to push as.')
37 '--gh-repo-owner',
40 'defaults to --gh-user.'))
41 parser.add_argument('--doc-branch', type=str)
60 'CFLAGS': '-I{}'.format(INCLUDE_PATH),
61 'LDFLAGS': '-L{}'.format(LIBRARY_PATH),
73 'args': [VIRTUALENV_PIP_PATH, 'install', '--upgrade', 'pip==10.0.1'],
77 'args': [VIRTUALENV_PIP_PATH, 'install', '-r', REQUIREMENTS_PATH],
100 # Create a temporary directory out of tree, checkout gh-pages from the
102 # onto GitHub and make a PR against grpc/grpc:gh-pages.
121 ['git', 'checkout', 'upstream/gh-pages', '-b', doc_branch],
128 subprocess.check_call(['git', 'add', '--all'], cwd=repo_dir)
130 ['git', 'commit', '-m', 'Auto-update Python documentation'],
133 ['git', 'push', '--set-upstream', 'origin', doc_branch],