Update deploy.yml

This commit is contained in:
M. Schüpbach
2023-08-06 15:08:02 +02:00
committed by GitHub
parent 6f3eded302
commit 868a46302c

View File

@@ -15,7 +15,7 @@ jobs:
- name: npm install
run: npm ci
- name: npm build
run: npm build
run: npm run build
- name: Upload Pages artifact
uses: actions/upload-pages-artifact@v2
deploy: