diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 00760ae..77b5693 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -52,7 +52,7 @@ pages: - mkdir -p public - mv docs/build public/dev - ls docs/src -R - - mv docs/src/assets/*.html public + - mv docs/src/assets/*.html public/notebooks artifacts: paths: - public diff --git a/CHANGELOG.md b/CHANGELOG.md index 3682b41..743e206 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Changed +- Exported notebooks are now deployed under notebooks url + ## [0.2.0] - 2024-10-23 - Julia v1.11 was released and v1.10 is new LTS diff --git a/README.md b/README.md index 8fdac50..f54c280 100644 --- a/README.md +++ b/README.md @@ -10,5 +10,5 @@ PS Boardに関する(特にQAQCの結果に関する)データベース。 PS Board QAQCに関しては[こちら](https://gitlab.cern.ch/dhashimo/PS_Board_QAQC) 解析結果の例 -- 結果一覧閲覧用簡易アプリケーション: https://psboard-database.docs.cern.ch/get_results.html -- skewを複数回測定した個体に関する統計調査: https://psboard-database.docs.cern.ch/skew_stats.html +- 結果一覧閲覧用簡易アプリケーション: https://psboard-database.docs.cern.ch/notebooks/get_results.html +- skewに関する統計調査: https://psboard-database.docs.cern.ch/notebooks/skew_stats.html