compile, build doc and amke folder ready to commit

This commit is contained in:
Krishna Vedala 2020-05-25 19:55:14 -04:00
parent 4e37257e65
commit 630f213118
No known key found for this signature in database
GPG Key ID: BA19ACF8FC8792F7

View File

@ -19,3 +19,9 @@ jobs:
run: cmake -G Ninja -B ./build -S .
- name: build
run: cmake --build build -t doc
- name: gh-pages
run: git checkout gh-pages
- name: cleanup
run: ls -lah && rm -r !("build")
- name: commit
run: mv ./build/html . && rm -rf ./build && ls -lah