m/cup
1
0
mirror of https://github.com/sergi0g/cup.git synced 2025-11-08 05:03:49 -05:00

Update docs workflow

This commit is contained in:
Sergio
2024-07-17 14:36:00 +03:00
parent bea4e67021
commit 0d4aa17a4f

View File

@@ -10,13 +10,15 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
- name: Setup pnpm
uses: pnpm/action-setup@v4
with:
version: latest
- run: cd docs/
- name: Install dependencies
run: pnpm install
run: cd docs && pnpm install
- name: Build
run: pnpm build
- name: Publish