fix buildcommand in docs deploy workflow

This commit is contained in:
mahula 2024-01-25 12:16:07 +01:00
parent e6213febeb
commit bcb6978cfb

View File

@ -35,7 +35,7 @@ jobs:
node-version: 20
- name: Build Vuepress Pages
run: npm install && npm run build
run: npm install && npm run docs:build
- name: Deploy Vuepress to Github Pages
uses: crazy-max/ghaction-github-pages@v4