mirror of
https://github.com/primer/css.git
synced 2024-11-26 02:38:32 +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' }}
|
if: ${{ github.repository == 'primer/css' }}
|
||||||
uses: primer/.github/.github/workflows/deploy_preview.yml@main
|
uses: primer/.github/.github/workflows/deploy_preview.yml@main
|
||||||
name: Deploy preview
|
name: Deploy preview
|
||||||
|
secrets:
|
||||||
|
gh_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
with:
|
with:
|
||||||
node_version: 14
|
node_version: 14
|
||||||
install: yarn && cd docs && yarn && cd ..
|
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
|
name: Production
|
||||||
needs: [guard]
|
needs: [guard]
|
||||||
uses: primer/.github/.github/workflows/deploy.yml@main
|
uses: primer/.github/.github/workflows/deploy.yml@main
|
||||||
|
secrets:
|
||||||
|
gh_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
with:
|
with:
|
||||||
node_version: 14
|
node_version: 14
|
||||||
install: yarn && cd docs && yarn && cd ..
|
install: yarn && cd docs && yarn && cd ..
|
||||||
|
Loading…
Reference in New Issue
Block a user