Merge pull request #6955 from Ocelot-Social-Community/documentation-deployment

refactor(other): fix build command in docs deploy workflow
This commit is contained in:
Wolfgang Huß 2024-01-25 12:58:00 +01:00 committed by GitHub
commit 701bc2199a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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