mirror of
https://github.com/ryanoasis/nerd-fonts.git
synced 2025-01-25 03:32:02 +02:00
CI: Fix contributor update
Signed-off-by: Fini Jastrow <ulf.fini.jastrow@desy.de>
This commit is contained in:
parent
7d79a489eb
commit
b94dd2ca2d
10
.github/workflows/contributors.yml
vendored
10
.github/workflows/contributors.yml
vendored
@ -14,12 +14,8 @@ jobs:
|
|||||||
name: Update gh-pages contributors
|
name: Update gh-pages contributors
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Fetch from master
|
- uses: actions/checkout@v3
|
||||||
uses: Bhacaz/checkout-files@v2
|
- name: Fetch old from gh-pages
|
||||||
with:
|
|
||||||
files: CONTRIBUTORS.md bin/scripts/update-all-contributors-website.py
|
|
||||||
branch: master
|
|
||||||
- name: Fetch from gh-pages
|
|
||||||
uses: Bhacaz/checkout-files@v2
|
uses: Bhacaz/checkout-files@v2
|
||||||
with:
|
with:
|
||||||
files: _posts/2017-01-05-all-contributors.md
|
files: _posts/2017-01-05-all-contributors.md
|
||||||
@ -28,7 +24,9 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
cd bin/scripts
|
cd bin/scripts
|
||||||
chmod u+x *
|
chmod u+x *
|
||||||
|
ls -l ../../_posts
|
||||||
./update-all-contributors-website.py
|
./update-all-contributors-website.py
|
||||||
|
ls -l ../../_posts
|
||||||
- name: Deploy page to gh-pages
|
- name: Deploy page to gh-pages
|
||||||
uses: JamesIves/github-pages-deploy-action@v4
|
uses: JamesIves/github-pages-deploy-action@v4
|
||||||
with:
|
with:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user