change(pages): deploy path of exported notebooks under notebooks

This commit is contained in:
Wataru Otsubo 2024-11-03 21:08:43 +01:00
parent 47b5316403
commit 6547e1b1f8
3 changed files with 6 additions and 3 deletions

View file

@ -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

View file

@ -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

View file

@ -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