4 Commits

Author SHA1 Message Date
40846bba78 Update .gitea/workflows/publish-docs.yaml
All checks were successful
MkDocs Subpath Deploy / build-and-deploy (push) Successful in 11s
2026-03-06 17:52:45 +01:00
4d681e3373 Update .gitea/workflows/publish-docs.yaml
Some checks failed
MkDocs Subpath Deploy / build-and-deploy (push) Failing after 12s
2026-03-06 17:51:53 +01:00
3a9efd5598 Update .gitea/workflows/publish-docs.yaml 2026-03-06 17:50:13 +01:00
fa1930f9d7 Merge pull request 'andrea-dev' (#1) from andrea-dev into main
Reviewed-on: #1
added CUDA for images and raytracing, added python bindings via pybind11, removed LTK, added documentation
2026-03-06 17:17:52 +01:00

View File

@@ -1,9 +1,10 @@
name: MkDocs Subpath Deploy name: MkDocs Subpath Deploy
on: on:
workflow_dispatch: # trigger manuale
push: push:
branches: branches:
- andrea-dev # Trigger on main branch - main # Trigger on main branch
jobs: jobs:
build-and-deploy: build-and-deploy:
@@ -22,7 +23,7 @@ jobs:
run: | run: |
python -m pip install --upgrade pip python -m pip install --upgrade pip
pip install mkdocs-material pip install mkdocs-material
pip install -r requirements.txt pip install -r docs/docker/requirements.txt
- name: Build del sito - name: Build del sito
run: mkdocs build run: mkdocs build