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:
4
.github/workflows/docs.yml
vendored
4
.github/workflows/docs.yml
vendored
@ -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
|
||||
|
Reference in New Issue
Block a user