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:
parent
5ee33acac5
commit
fceff722c8
2
.github/workflows/deploy_preview.yml
vendored
2
.github/workflows/deploy_preview.yml
vendored
@ -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 ..
|
||||
|
2
.github/workflows/deploy_production.yml
vendored
2
.github/workflows/deploy_production.yml
vendored
@ -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 ..
|
||||
|
Loading…
Reference in New Issue
Block a user