-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a8ab4fe
commit 836b1bd
Showing
1 changed file
with
5 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -72,22 +72,11 @@ jobs: | |
sudo apt-get -y install doxygen | ||
sudo apt-get -y install python3-sphinx | ||
# - name: Build and Deploy Documentation | ||
# run: | | ||
# cd | ||
# cd file-system-module/build | ||
# make doc | ||
# cp -R ../latest /tmp/gh-pages-to-deploy | ||
# cd /tmp | ||
# git config --global user.email "[email protected]" | ||
# git config --global user.name "GitHub Actions" | ||
# git clone --quiet --branch=gh-pages https://${TOKEN_GITHUB}@github.com/frs69wq/file-system-module.gitgh-pages > /dev/null; | ||
# cd gh-pages; | ||
# cp -Rf /tmp/gh-pages-to-deploy/* . | ||
# touch .nojekyll | ||
# git add -f . | ||
# git diff-index --quiet HEAD || git commit -m "GitHub build $GITHUB_RUN_NUMBER"; | ||
# git push -fq origin gh-pages > /dev/null; | ||
- name: Build and Deploy Documentation | ||
run: | | ||
cd | ||
cd file-system-module/build | ||
make doc | ||
|