Skip to content

Commit

Permalink
Merge pull request #454 from kerautret/FixDocDeploy
Browse files Browse the repository at this point in the history
fix DGtalTools doc deploy
  • Loading branch information
kerautret committed Jun 12, 2024
2 parents abb50c0 + 711943e commit 68ef5df
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/buildAndDocumentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 3 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 68ef5df

Please sign in to comment.