Added branch to push to gh pages
This commit is contained in:
parent
bac190632b
commit
eb7f9c93d6
5 changed files with 236 additions and 1 deletions
6
Makefile
6
Makefile
|
|
@ -25,6 +25,12 @@ run_cmake:
|
|||
-DCMAKE_EXPORT_COMPILE_COMMANDS=1 \
|
||||
-G "Visual Studio 16 2019"
|
||||
|
||||
push_docs_to_ghpages:
|
||||
GIT_DEPLOY_DIR="build/docs/sphinx/" \
|
||||
GIT_DEPLOY_BRANCH="gh-pages" \
|
||||
GIT_DEPLOY_REPO="origin" \
|
||||
./scripts/push_folder_to_branch.sh
|
||||
|
||||
build_vs:
|
||||
$(CC) build/kompute.sln
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue