Skip to content

Commit

Permalink
Adding bib in readme [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
macabdul9 committed Dec 20, 2024
1 parent 689c63c commit a9060d6
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,18 @@ on:
push:
branches:
- main
paths-ignore:
- '**/*.md' # Ignore changes to markdown files like README.md
# Skip builds for commits with specific messages
workflow_dispatch: # Allow manual triggering of the workflow if needed

jobs:
publish:
name: Bump Version and Publish
runs-on: ubuntu-latest

if: "!contains(github.event.head_commit.message, '[skip ci]')" # Skip runs if commit message contains '[skip ci]'

steps:
- name: Checkout code
uses: actions/checkout@v3
Expand Down
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,3 +124,18 @@ Feel free to submit issues and/or contribute to this repository!

## License
This project is licensed under the MIT License.


## Cite this Work

If you use `AnyGen` in your research or work, please cite it using the following BibTeX entry:

```bibtex
@software{anygen,
author = {Abdul Waheed},
title = {AnyGen: A Unified Interface for Text Generation},
year = {2024},
publisher = {GitHub},
url = {https://github.com/macabdul9/AnyGen},
version = {1.0.1}
}

0 comments on commit a9060d6

Please sign in to comment.