diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 2652111..78d6034 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -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 \ No newline at end of file