Compare commits

..

3 commits

Author SHA1 Message Date
822536817e wrong workflows file
Some checks failed
build-docusaurus / build (push) Failing after 11s
2025-06-13 00:48:56 +02:00
1867977eca debug because I dont know whats going on 2025-06-13 00:48:00 +02:00
2c14e6e236 fixed npm install command 2025-06-13 00:27:22 +02:00
2 changed files with 6 additions and 1 deletions

View file

@ -12,6 +12,11 @@ jobs:
- name: checkout repository
uses: https://code.forgejo.org/actions/checkout@v4
- name: Debug workspace
run: |
pwd
ls -la
- name: setup node
uses: https://github.com/actions/setup-node@v4
with:

View file

@ -26,7 +26,7 @@ jobs:
${{ runner.os }}-npm-
- name: Install dependencies
run: npm ci
run: npm install --frozen-lockfile
- name: Build Docusaurus site
run: npm run build