1
1
mirror of https://github.com/primer/css.git synced 2024-11-22 19:01:02 +03:00

restore contributor stats to docs footer (#2193)

This commit is contained in:
Rez 2022-08-11 16:34:41 +01:00 committed by GitHub
parent 5ee33acac5
commit fceff722c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 0 deletions

View File

@ -16,6 +16,8 @@ jobs:
if: ${{ github.repository == 'primer/css' }}
uses: primer/.github/.github/workflows/deploy_preview.yml@main
name: Deploy preview
secrets:
gh_token: ${{ secrets.GITHUB_TOKEN }}
with:
node_version: 14
install: yarn && cd docs && yarn && cd ..

View File

@ -39,6 +39,8 @@ jobs:
name: Production
needs: [guard]
uses: primer/.github/.github/workflows/deploy.yml@main
secrets:
gh_token: ${{ secrets.GITHUB_TOKEN }}
with:
node_version: 14
install: yarn && cd docs && yarn && cd ..