aboutsummaryrefslogtreecommitdiffhomepage
path: root/.github/workflows/docs.yml
Commit message (Collapse)AuthorAgeFilesLines
* Move away from pip-tools and use uv.J08nY2025-11-171-10/+8
| | | | | | | | | | uv is all the rage. No, but really. The pip-compile approach does not work cross-platform or cross-python version (sometimes it does, but not always). In comparison and uv lockfile is universal and cross-platform: https://docs.astral.sh/uv/concepts/projects/layout/#the-lockfile This should help make our install easier and more robust.
* Bump deprecated CI action version.J08nY2024-09-191-2/+2
|
* chore(deps): bump actions/download-artifact in /.github/workflowsdependabot[bot]2024-09-031-1/+1
| | | | | | | | | | | | | Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4.1.7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v3...v4.1.7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
* Bump setup-python action in CI, use caching.J08nY2024-06-201-1/+4
|
* replace seccerts -> sec-certsAdam Janovsky2024-04-251-1/+1
|
* apt-get update on docsadamjanovsky2023-11-241-0/+2
|
* bump github actionsadamjanovsky2023-11-241-2/+2
|
* fix python version in docs pipelineAdam Janovsky2023-11-141-1/+1
|
* bump required python to 3.8Adam Janovsky2023-11-141-1/+1
|
* introduce all_requirements.txtadamjanovsky2023-10-181-1/+0
|
* Refactor FIPS & unify CLI actions (#275)adamjanovsky2022-12-081-1/+1
| | | | | | | | | | * Unifies CLIs into sine CLI * Merge much of dataset functionality into `Dataset` baseclass * Refactor `unittest` -> `pytest` * Unify processing pipeline across datasets (common public functions) * Unify and refactor processing of auxillary datasets (CPE, CVE, PP, Algorithms, ...) * Upgrade Github Actions pipelines * Allow for failure of some tests * Refactor type hints
* Docs: upload to web on tag revisionAdam Janovsky2022-06-061-1/+1
|
* push docs also on releaseAdam Janovsky2022-05-271-1/+3
|
* Fix docs build.J08nY2022-04-271-7/+8
|
* Fixup workflow run.J08nY2022-04-271-1/+1
|
* Add docs upload to workflow.J08nY2022-04-271-1/+23
|
* checkout history and tagsAdam Janovsky2022-04-261-1/+3
|
* install poppler before docsAdam Janovsky2022-04-261-0/+2
|
* .Adam Janovsky2022-04-261-4/+12
|
* fix dev_requirements install docsAdam Janovsky2022-04-251-3/+1
|
* install dev-requirements prior to building docsAdam Janovsky2022-04-251-0/+3
|
* sphinx quickstartAdam Janovsky2022-04-241-0/+12