Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jesusjuansalgado authored Nov 18, 2024
1 parent 845899c commit 7a12d09
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Check the IVOA document

env:
doc_name: ObjVisSAP
doc_name: ObjObsSAP

on:
pull_request:
Expand Down Expand Up @@ -33,7 +33,7 @@ jobs:
test -f ${{ env.doc_name }}.bbl
- name: Keep the PDF artefact
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v2
with:
name: PDF Preview
path: ${{ env.doc_name }}.pdf

0 comments on commit 7a12d09

Please sign in to comment.