Compare commits
4 Commits
b64afe8773
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 40846bba78 | |||
| 4d681e3373 | |||
| 3a9efd5598 | |||
| fa1930f9d7 |
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user