Skip to content

Commit

Permalink
Merge pull request #604 from wangxiaoying/main
Browse files Browse the repository at this point in the history
add contributor list to readme
  • Loading branch information
wangxiaoying committed Apr 16, 2024
2 parents cbcf1e6 + c6ffb06 commit a8857b9
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,12 @@ jobs:
branch: gh-pages # The branch the action should deploy to.
folder: ./docs/_build/html # The folder the action should deploy.
clean-exclude: dev

contrib-readme:
runs-on: ubuntu-latest
name: A job to automate contrib in readme
steps:
- name: Contribute List
uses: akhilmhdh/contributors-readme-action@v2.3.6
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,3 +153,8 @@ BibTeX entry:
url = {https://www.vldb.org/pvldb/vol15/p2994-wang.pdf},
}
```

# Contributors

<!-- readme: contributors -start -->
<!-- readme: contributors -end -->

0 comments on commit a8857b9

Please sign in to comment.