From 8b520182ed65e73bf13c470c44f6e9aa6c4c459a Mon Sep 17 00:00:00 2001 From: Sergio <77530549+sergi0g@users.noreply.github.com> Date: Sun, 2 Feb 2025 14:48:40 +0200 Subject: [PATCH] Update docs actions (attempt 1) --- .github/workflows/docs.yml | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 7a31bc0..cd1ec21 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -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: @@ -40,4 +38,4 @@ jobs: steps: - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v4 \ No newline at end of file + uses: actions/deploy-pages@v4