From 3ed9ed8e8559f68ff916fed4aec55c6a902c96a9 Mon Sep 17 00:00:00 2001 From: Rain120 <1085131904@qq.com> Date: Wed, 11 Sep 2024 19:29:33 +0800 Subject: [PATCH] feat: workflow --- .github/workflows/deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 9541da2..295cb2c 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -20,7 +20,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@main - name: Detect package manager id: detect-package-manager @@ -68,7 +68,7 @@ jobs: path: ./dist - name: Deploy 🚀 - uses: JamesIves/github-pages-deploy-action@4.1.5 + uses: JamesIves/github-pages-deploy-action@v4 with: branch: gh-pages # The branch the action should deploy to. folder: dist # The folder the action should deploy. \ No newline at end of file