1
0
mirror of https://github.com/garraflavatra/rolens.git synced 2025-07-22 07:08:04 +00:00

Fix Pages build error

This commit is contained in:
2023-06-02 18:14:36 +02:00
parent 4908d8239b
commit 3b5665c05f
2 changed files with 3 additions and 2 deletions

View File

@ -33,10 +33,10 @@ jobs:
uses: actions/configure-pages@v3
- name: Install dependencies
run: cd website && npm ci
run: cd website; npm ci
- name: Build site
run: npm run build && cd ..
run: npm run build; cd ..
- name: Upload built website
uses: actions/upload-pages-artifact@v1