docs: fix install command in gh workflow

pull/2104/head
Divyansh Singh 1 year ago committed by GitHub
parent 85ff58df5c
commit 8370abc258
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -147,7 +147,7 @@ Don't enable options like _Auto Minify_ for HTML code. It will remove comments f
with:
node-version: 16
cache: npm
- run: npm install --frozen-lockfile
- run: npm ci
- name: Build
run: npm run docs:build
- uses: actions/configure-pages@v2

Loading…
Cancel
Save