diff --git a/.github/workflows/buildAndDocumentation.yml b/.github/workflows/buildAndDocumentation.yml index 376a7d2f..b06a5f3b 100644 --- a/.github/workflows/buildAndDocumentation.yml +++ b/.github/workflows/buildAndDocumentation.yml @@ -164,10 +164,17 @@ jobs: cmake .. -DDGtal_DIR=${{runner.workspace}}/DGtal/buildDGtal wget --no-check-certificate -O "${{runner.workspace}}/DGtalTools/build/DGtal-tagfile" http://dgtal.org/doc/tags/DGtal-tagfile; make doc > buildDoc.log - + - name: Preparing deploy + run: | + git clone --depth 2 https://github.com/DGtal-team/doctools-nightly.git + ls build/ + pwd + du -hs build/html + cd build/html + cp -r * ../../doctools-nightly/ - name: Deploy to GitHub Pages uses: JamesIves/github-pages-deploy-action@v4 - if: github.event_name == 'pull_request' && github.event.action == 'closed' && github.event.pull_request.merged == true +# if: github.event_name == 'pull_request' && github.event.action == 'closed' && github.event.pull_request.merged == true with: token: ${{ secrets.DGTALTOOLSDOC }} branch: master diff --git a/ChangeLog.md b/ChangeLog.md index 7d449b35..53bdfea7 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,5 +1,8 @@ # DGtalTools 1.5 (beta) +- *build* + - Fix DGtalTools doc deployement. + (David Coeurjolly and Bertrand Kerautret [#454](https://github.com/DGtal-team/DGtalTools/pull/454)) # DGtalTools 1.4