Yes.
Some checks failed
build / build (push) Successful in 40s
build / deploy (push) Failing after 20s

This commit is contained in:
Jarkko Toivanen 2025-01-25 02:44:12 +02:00
parent df0bd8b676
commit f841af6bb2
Signed by: jt
GPG key ID: 9151B109B73ECAD5

View file

@ -9,7 +9,7 @@ jobs:
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- name: "install dependencies" - name: "install dependencies"
run: apt update && apt install mkdocs mkdocs-material mkdocs-material-extensions run: apt update && apt install --no-install-recommends -y mkdocs mkdocs-material mkdocs-material-extensions
- name: "build & push" - name: "build & push"
run: mkdocs build run: mkdocs build
- uses: actions/upload-artifact@v3 - uses: actions/upload-artifact@v3