mirror of
https://github.com/OpenSignLabs/OpenSign.git
synced 2026-08-25 09:02:33 +02:00
chore: fix syntax issue
This commit is contained in:
@@ -21,9 +21,10 @@ jobs:
|
||||
node-version: 18
|
||||
cache: npm
|
||||
|
||||
- name: Install dependencies
|
||||
- name: Change dir
|
||||
run: cd docs
|
||||
npm ci
|
||||
- name: Install dependencies
|
||||
run: npm ci
|
||||
- name: Build website
|
||||
run: npm run build
|
||||
|
||||
|
||||
Reference in New Issue
Block a user