From 6356cbd8d8db9f117b92273f9de7462e283e1b0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=A1=90=E8=AF=9D?= <49544781+xiaomeng9597@users.noreply.github.com> Date: Sat, 6 Apr 2024 13:07:14 +0800 Subject: [PATCH] Add files via upload --- .github/workflows/sync-files.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sync-files.yml b/.github/workflows/sync-files.yml index aa9dae0..b0025d5 100644 --- a/.github/workflows/sync-files.yml +++ b/.github/workflows/sync-files.yml @@ -31,7 +31,7 @@ jobs: echo -e "\\n$model_data" >> ./rk35xx/.config - name: 同步配置 - uses: peaceiris/actions-gh-pages@v3.9.3 + uses: peaceiris/actions-gh-pages@v3 with: personal_token: ${{ secrets.ACCESS_TOKEN }} publish_branch: main