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

Update docs actions (attempt 1)

This commit is contained in:
Sergio
2025-02-02 14:48:40 +02:00
parent e8fee79d20
commit 8b520182ed

View File

@@ -16,14 +16,12 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: 20
- name: Setup pnpm
uses: pnpm/action-setup@v4
with:
version: latest
- name: Set up Bun
uses: oven-sh/setup-bun@v1
- name: Install dependencies
run: pnpm install
run: bun install
- name: Build
run: pnpm build
run: bun run build
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with: