fix: build files

This commit is contained in:
2025-06-01 20:53:19 +02:00
parent 30504d9a2e
commit 86872d453b
8 changed files with 4 additions and 841 deletions

View File

@@ -21,7 +21,7 @@ jobs:
cache: 'npm'
- name: Install dependencies
run: npm ci
run: npm i
- name: Build
run: npm run build
@@ -31,4 +31,4 @@ jobs:
if: github.ref == 'refs/heads/main'
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./docs
publish_dir: ./dist