Skip to content

Commit

Permalink
Sync citation file
Browse files Browse the repository at this point in the history
  • Loading branch information
gbayarri committed May 28, 2024
1 parent 170e6f9 commit 96abcfd
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/citation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,19 @@ jobs:
sync:
runs-on: ubuntu-latest
steps:

#- name: Checkout repo
# uses: actions/checkout@v2
# with:
# repository: bioexcel/biobb_analysis
# path: ./

- name: Download file using wget
run: wget -O ./CITATION.cff https://raw.githubusercontent.com/bioexcel/biobb/master/CITATION.cff

- name: Check if file has changed
run: pwd
run: ls -la ../

#- name: Commit and push changes
# run: |
Expand Down

0 comments on commit 96abcfd

Please sign in to comment.