Adding node to workflow because somehow it is needed -_-
Some checks failed
build / build (push) Failing after 12s
build / deploy (push) Has been skipped

This commit is contained in:
Jarkko Toivanen 2025-01-25 02:13:14 +02:00
parent 3c7527d4f8
commit c1b02c16b0
Signed by: jt
GPG key ID: 9151B109B73ECAD5

View file

@ -8,6 +8,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- uses: actions/setup-node@v4
- name: "install dependencies" - name: "install dependencies"
run: apt update && apt install mkdocs mkdocs-material mkdocs-material-extensions run: apt update && apt install mkdocs mkdocs-material mkdocs-material-extensions
- name: "build & push" - name: "build & push"