Yeah it's this way mayyyyybe... Guessing game now
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:23:00 +02:00
parent c1b02c16b0
commit 86898b1ef1
Signed by: jt
GPG key ID: 9151B109B73ECAD5

View file

@ -7,8 +7,8 @@ jobs:
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4 - uses: actions/setup-node@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 mkdocs mkdocs-material mkdocs-material-extensions
- name: "build & push" - name: "build & push"