Wrong script name

This commit is contained in:
Niek van der Maas 2023-03-02 22:19:10 +04:00
parent 1417687451
commit 57bf06dcdd
2 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@ jobs:
node-version: '18'
- name: Build
run: npm ci && npm run publish
run: npm ci && npm run build
- name: Deploy
uses: peaceiris/actions-gh-pages@v3

View File

@ -8,5 +8,5 @@ To run the development server, run
```bash
npm ci
npm run dev # or: npm run publish
npm run dev # or: npm run build
```