mirror of
https://gitlab.cern.ch/wotsubo/PSBoardDataBase.git
synced 2025-06-08 05:55:42 +09:00
change(pages): deploy path of exported notebooks under notebooks
This commit is contained in:
parent
47b5316403
commit
6547e1b1f8
3 changed files with 6 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue