Commit Graph

101 Commits

Author SHA1 Message Date
Laurent Rineau 3610121c03
Update build_doc.yml 2025-05-16 15:33:53 +02:00
Laurent Rineau bef2cf4c83 build_doc should be marked as skipped most of the time 2025-05-16 15:24:11 +02:00
Sébastien Loriot 3deebceb97 Revert "Embed cleanup.sh in the action"
This reverts commit 9cafc4dd4c.
2024-10-09 16:00:51 +02:00
Laurent Rineau 2b3e0a7098
Update build_doc.yml 2024-10-09 11:28:05 +02:00
Laurent Rineau 9cafc4dd4c Embed cleanup.sh in the action
It seems somebody removed it from the `cgal.github.io` repo.
2024-10-09 11:20:53 +02:00
Laurent Rineau 6b366985e1 actual fix of build_doc.yml [skip ci] 2024-09-23 15:53:05 +02:00
Laurent Rineau 634e9ac787 actual fix of build_doc.yml [skip ci] 2024-09-23 15:45:01 +02:00
Laurent Rineau e9c84037e5 try to fix build_doc [skip ci] 2024-09-23 12:18:48 +02:00
Laurent Rineau 420ed32ef6 [skip ci] update 2024-09-15 22:37:57 +02:00
Laurent Rineau d73be1db7f update 2024-09-15 22:30:38 +02:00
Laurent Rineau e20d663ef7 update 2024-09-15 22:24:29 +02:00
Laurent Rineau 71dd7188fa update 2024-09-15 22:22:01 +02:00
Laurent Rineau 5e6f624dc9
Update build_doc.yml 2024-09-15 22:14:19 +02:00
Laurent Rineau 0306f70bb0 update the Github Action workflows for /build:* of doc 2024-09-15 21:06:26 +02:00
Laurent Rineau ecbf98e4bb Revert "Fix build_doc.yml"
This reverts commit 7e1f33b716.
2024-07-01 16:27:44 +02:00
Laurent Rineau 7e1f33b716
Fix build_doc.yml
Checkout `refs/pull/$PR/head` instead of `refs/pull/$PR/merge`.

If the pull-request has conflicts, that is different.
2024-06-20 16:57:53 +02:00
Nicolas Saillant b16f57ece1 Update build scripts to use the number of available processors for parallel compilation 2024-01-23 15:05:00 +01:00
dependabot[bot] 614ba8d6ae
Bump actions/github-script from 6 to 7
Bumps [actions/github-script](https://github.com/actions/github-script) from 6 to 7.
- [Release notes](https://github.com/actions/github-script/releases)
- [Commits](https://github.com/actions/github-script/compare/v6...v7)

---
updated-dependencies:
- dependency-name: actions/github-script
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-20 05:04:03 +00:00
dependabot[bot] 4addbd6ddc
Bump actions/checkout from 3 to 4
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-11 05:35:00 +00:00
Sébastien Loriot 898e452d33 Merge remote-tracking branch 'cgal/5.5.x-branch' 2023-05-24 09:54:33 +02:00
Sébastien Loriot 4c5197f95c update CI to use doxygen 1.9.6 2023-05-24 09:52:50 +02:00
albert-github 8a2f9793cb Improve warning on GitHub
When the documentation is generated by GitHub Actions and the result is published on GitHub the warnings are not well / not easy readable.
Placing them in a "fenced code" will improve this.
(see e.g. https://github.com/CGAL/cgal/pull/7445#issuecomment-1549305160)
2023-05-16 11:38:09 +02:00
Laurent Rineau a3606c2b1c Update Github workflows from CGAL `master` version 2023-03-29 16:03:55 +02:00
Laurent Rineau 8c569a2534
Fix url 2023-03-01 15:41:53 +01:00
SaillantNicolas e30b28491e
add the url to the job log 2023-03-01 15:10:17 +01:00
Laurent Rineau 48b07bef84 Not PUSH_TO_CGAL_GITHUB_IO_TOKEN to checkout the PR branch 2023-01-30 13:34:59 +01:00
Laurent Rineau 798bd08989 Remove workflow_dispatch for build_doc
As the workflow is already reacting to user actions, there is no need to
trigger it manually. Besides, it requires an `issue_comment` context.
2023-01-30 09:37:46 +01:00
Laurent Rineau af3842bab0 Merge pull request #7178 from sloriot/doc_7101_follow_up
Force html output (needed with lxml greater than 4.6.5)
2023-01-27 20:55:22 +01:00
Nicolas Saillant 349ad3cf14 Add workflow_dispatch 2023-01-18 11:52:47 +01:00
Sébastien Loriot 56a852403c force html output (needed with lxml greater that 4.6.5) 2023-01-11 16:54:02 +01:00
Sébastien Loriot be58448e63 recent versions of lxml seems to be problematic with pyquery
note that this version is not the max usable but one that works
2022-12-20 18:50:23 +01:00
SaillantNicolas b404f73370
use an intermediate environment variable
also move emoji-comment script
2022-11-23 15:57:09 +01:00
SaillantNicolas d89d6b1b75
Fix javascript syntax 2022-11-16 16:35:37 +01:00
SaillantNicolas 80c3693de0
fix multiline string outputs 2022-11-04 11:14:56 +01:00
Nicolas Saillant 4cfb6840c0 Update build_doc Workflow to add reaction 2022-11-03 16:04:07 +01:00
Alex 57c49e63da
Update build_doc.yml
An attempt to fix https://github.com/CGAL/cgal/actions/runs/3113064958/jobs/5047524512
2022-09-23 16:30:33 +01:00
Alex 845caa5ee7 build: harden build_doc.yml permissions
Signed-off-by: Alex <aleksandrosansan@gmail.com>
2022-09-20 12:47:49 +02:00
Sébastien Loriot 09b44ec0b3 use the latest version of pyquery as python3 is now available by default 2022-07-18 11:19:02 +02:00
Sébastien Loriot ecb4f004dc Revert "disable postprocessing to debug issue"
This reverts commit 9e9cbb5725.
2022-07-15 13:45:58 +02:00
Sébastien Loriot 9e9cbb5725 disable postprocessing to debug issue 2022-07-15 13:35:34 +02:00
Laurent Rineau 386811cb7c Accomodate breaking changes in Github Action actions/github-script@v3
See https://github.com/actions/github-script#breaking-changes-in-v5
2022-06-27 10:00:46 +02:00
Laurent Rineau 352bf23951 Merge pull request #6709 from CGAL/dependabot/github_actions/actions/checkout-3
Bump actions/checkout from 2 to 3
2022-06-24 14:42:37 +02:00
dependabot[bot] 89898a5f92
Bump actions/checkout from 2 to 3
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v2...v3)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-24 07:10:25 +00:00
dependabot[bot] 61f401e04d
Bump actions/github-script from 3 to 6
Bumps [actions/github-script](https://github.com/actions/github-script) from 3 to 6.
- [Release notes](https://github.com/actions/github-script/releases)
- [Commits](https://github.com/actions/github-script/compare/v3...v6)

---
updated-dependencies:
- dependency-name: actions/github-script
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-24 07:10:21 +00:00
Sébastien Loriot 0f90757b21 Merge remote-tracking branch 'cgal/5.3.x-branch' 2022-05-13 17:25:21 +02:00
Sébastien Loriot b4d06c6fd1 remove Maxime from scripts 2022-05-06 14:04:25 +02:00
Sébastien Loriot 314b94aafa force removal 2022-01-07 13:05:58 +01:00
Sébastien Loriot 4408f43b07 WIP test action 2022-01-07 11:47:31 +01:00
Mael Rouxel-Labbé edec8b0784 Minor automated message improvements 2021-09-08 16:13:39 +02:00
Maxime Gimeno 30ceb97b8d Fix the adress 2021-07-30 11:34:41 +02:00