From 2d57cf137d2429ca832e42e7bc38c4aab29dd031 Mon Sep 17 00:00:00 2001 From: yuyujulin Date: Sat, 31 Aug 2024 18:07:39 +0800 Subject: [PATCH] Update static.yml --- .github/workflows/static.yml | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index 484bd77..db48233 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -1,10 +1,2 @@ -- name: Push generated webpage to another repository - uses: nkoppel/push-files-to-another-repository@v1.1.3 - env: - API_TOKEN_GITHUB: ${{ secrets.API_TOKEN_GITHUB }} - with: - source-files: 'webpage/' - destination-username: 'nkoppel' - destination-repository: 'nkoppel.github.io' - destination-directory: 'projects/my-project' - commit-email: 'nathankoppel0@gmail.com' +- name: Copy files from workflow container or repository to another repository + uses: lubu12/copy-files-to-repository@v1