From b94dd2ca2d8eff48f26371385377bf8c6b78fe1c Mon Sep 17 00:00:00 2001 From: Fini Jastrow Date: Fri, 27 Jan 2023 15:44:14 +0100 Subject: [PATCH] CI: Fix contributor update Signed-off-by: Fini Jastrow --- .github/workflows/contributors.yml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/.github/workflows/contributors.yml b/.github/workflows/contributors.yml index 029e19611..df62db02d 100644 --- a/.github/workflows/contributors.yml +++ b/.github/workflows/contributors.yml @@ -14,12 +14,8 @@ jobs: name: Update gh-pages contributors runs-on: ubuntu-latest steps: - - name: Fetch from master - uses: Bhacaz/checkout-files@v2 - with: - files: CONTRIBUTORS.md bin/scripts/update-all-contributors-website.py - branch: master - - name: Fetch from gh-pages + - uses: actions/checkout@v3 + - name: Fetch old from gh-pages uses: Bhacaz/checkout-files@v2 with: files: _posts/2017-01-05-all-contributors.md @@ -28,7 +24,9 @@ jobs: run: | cd bin/scripts chmod u+x * + ls -l ../../_posts ./update-all-contributors-website.py + ls -l ../../_posts - name: Deploy page to gh-pages uses: JamesIves/github-pages-deploy-action@v4 with: