From 0988700ce3f74eff3585ebb921f3e5c0fd720db7 Mon Sep 17 00:00:00 2001 From: Dominique Marcadet Date: Thu, 13 Jun 2024 17:24:53 +0200 Subject: [PATCH] may be --- .github/workflows/Build-Documentation.yml | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/.github/workflows/Build-Documentation.yml b/.github/workflows/Build-Documentation.yml index 243a92b..935d640 100644 --- a/.github/workflows/Build-Documentation.yml +++ b/.github/workflows/Build-Documentation.yml @@ -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