Skip to content

cffreference: Processing remote CITATION.cff in CI #1081

Answered by kevinmatthes
kevinmatthes asked this question in Q&A
Discussion options

You must be logged in to vote

Aeruginous offers reading from stdin for its cffreference mode. Thus, you can just curl the raw input CITATION.cff into Aeruginous and cffreference it as usual:

curl https://raw.githubusercontent.com/kevinmatthes/aeruginous-rs/main/CITATION.cff | aeruginous cffreference -o CITATION.cff

For convenience, there is also a GitHub Action available which automatically curls CITATION.cff files of projects hosted on GitHub into Aeruginous; you can bind it as follows.

      - uses: kevinmatthes/aeruginous-rs/[email protected]
        with:
          branch: # branch
          repository: # user/repository

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by kevinmatthes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
question Further information is requested
1 participant