Skip to content

Commit

Permalink
restore contributor stats to docs footer (#277)
Browse files Browse the repository at this point in the history
  • Loading branch information
rezrah authored Aug 4, 2022
1 parent 04bc455 commit e0bf997
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ jobs:

- name: Build
run: yarn build
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Archive build output
run: 'tar --dereference --directory public/ -cvf artifact.tar .'
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/deploy_preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ jobs:

- name: Build
run: yarn build:preview
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Archive build output
run: 'tar --dereference --directory public/ -cvf artifact.tar .'
Expand Down

0 comments on commit e0bf997

Please sign in to comment.