Skip to content

Commit

Permalink
Update on_pr_1.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderPico authored Nov 21, 2023
1 parent 7de37ca commit 218bc4d
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/on_pr_1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -515,13 +515,21 @@ jobs:
- name: Generate references
working-directory: scripts/generate-references
run: |
ls ../..
mkdir -p ../../pubmed
cp ../../*-refs.tsv ../../pubmed/.
node index.js
# where are generated files placed
ls ../../pubmed
rm ../../*-refs.tsv
- name: Upload pubmed file as artifact
uses: actions/upload-artifact@v3
with:
name: pubmed
path: pubmed/
retention-days: 1
if-no-files-found: error # 'warn' or 'ignore' are also available, defaults to `warn`

- name: Report on pubmed
id: report
run: |
Expand Down

0 comments on commit 218bc4d

Please sign in to comment.