Skip to content

Commit

Permalink
may be
Browse files Browse the repository at this point in the history
  • Loading branch information
marcadetd committed Jun 13, 2024
1 parent 9aedeae commit 0988700
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/Build-Documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,22 +50,17 @@ jobs:
- name: Sphinx build
run: |
pwd
ls -l
ls -l *
cd ${{ github.event.repository.name }}/fr.centralesupelec.edf.riseclipse.python.launcher/docs
make html
- name: Copy on riseclipse.github.io
run: |
pwd
cp -r ${{ github.event.repository.name }}/fr.centralesupelec.edf.riseclipse.python.launcher/docs/_build/html riseclipse-temporary/python-launcher-docs/
- name: Commit and push to GitHub
run: |
cd riseclipse-temporary
ls -l
#git add --all
#git commit -m "New version of documentation of python-launcher"
#git push
git add --all
git commit -m "New version of documentation of python-launcher"
git push

0 comments on commit 0988700

Please sign in to comment.