Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
marcadetd committed Jun 13, 2024
1 parent 1b96a15 commit 9aedeae
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/Build-Documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,17 +53,18 @@ jobs:
pwd
ls -l
ls -l *
#cd ${{ github.event.repository.name }}/docs
#make html
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 }}/docs/_build/html riseclipse-temporary/python-launcher-docs/
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
Expand Down

0 comments on commit 9aedeae

Please sign in to comment.