From 11a8097c47e5834b664a8237661d38d06c39f4a6 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 12:07:12 +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 b0025d5..db9d4fb 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 + uses: peaceiris/actions-gh-pages@main with: personal_token: ${{ secrets.ACCESS_TOKEN }} publish_branch: main