mirror of
https://github.com/hahwul/WebHackersWeapons.git
synced 2025-04-16 21:43:01 -04:00
refactor: rearrange GitHub Actions jobs for contributors list
Signed-off-by: HAHWUL <hahwul@gmail.com>
This commit is contained in:
parent
a37429e285
commit
07a656a01d
18
.github/workflows/cd.yml
vendored
18
.github/workflows/cd.yml
vendored
@ -5,16 +5,7 @@ on:
|
||||
branches: [main]
|
||||
workflow_dispatch:
|
||||
jobs:
|
||||
Contributors:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: wow-actions/contributors-list@v1
|
||||
with:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
round: true
|
||||
svgPath: images/CONTRIBUTORS.svg
|
||||
Deploy:
|
||||
needs: Contributors
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
@ -41,3 +32,12 @@ jobs:
|
||||
with:
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
branch: ${{ github.ref }}
|
||||
Contributors:
|
||||
needs: Deploy
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: wow-actions/contributors-list@v1
|
||||
with:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
round: true
|
||||
svgPath: images/CONTRIBUTORS.svg
|
Loading…
x
Reference in New Issue
Block a user