Skip to content

Commit

Permalink
workflow update
Browse files Browse the repository at this point in the history
  • Loading branch information
henricasanova committed May 1, 2024
1 parent a8ab4fe commit 836b1bd
Showing 1 changed file with 5 additions and 16 deletions.
21 changes: 5 additions & 16 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 836b1bd

Please sign in to comment.