From 42c011fea7b051f9f43c7a23edd858b084e3707a Mon Sep 17 00:00:00 2001 From: xieziyu Date: Fri, 20 Dec 2024 09:49:06 +0800 Subject: [PATCH] ci: github actions --- .github/workflows/ci.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 9881afe4..d6d2a9ff 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -3,7 +3,7 @@ on: push: branches: - master - - fix/action + - ci/action jobs: build: @@ -11,9 +11,9 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Setup Node - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: 20 cache: 'yarn' @@ -23,7 +23,7 @@ jobs: run: yarn release - name: Deploy to GitHub Pages if: success() - uses: crazy-max/ghaction-github-pages@v3 + uses: crazy-max/ghaction-github-pages@v4 with: target_branch: gh-pages build_dir: dist/docs/browser