mirror of
https://github.com/PhyreApps/PhyrePanel.git
synced 2024-11-21 23:20:24 +00:00
Update deploy-docs.yml
This commit is contained in:
parent
b04935fdbb
commit
8b30260fb9
1 changed files with 5 additions and 3 deletions
8
.github/workflows/deploy-docs.yml
vendored
8
.github/workflows/deploy-docs.yml
vendored
|
@ -41,9 +41,11 @@ jobs:
|
|||
- name: Setup Pages
|
||||
uses: actions/configure-pages@v4
|
||||
- name: Install dependencies
|
||||
run: cd /docs && npm ci # or pnpm install / yarn install / bun install
|
||||
- name: Build with VitePress
|
||||
run: cd /docs && npm run docs:build # or pnpm docs:build / yarn docs:build / bun run docs:build
|
||||
run: |
|
||||
MAIN_DIR=$(pwd)
|
||||
cd $MAIN_DIR/docs
|
||||
npm ci
|
||||
npm run docs:build
|
||||
- name: Upload artifact
|
||||
uses: actions/upload-pages-artifact@v3
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue