Skip to content

Commit

Permalink
Merge pull request #8 from Tristan22400/generate-pdf2
Browse files Browse the repository at this point in the history
test
  • Loading branch information
Tristan22400 authored Jul 17, 2024
2 parents 9a7981f + d1b7fb1 commit e940bb7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/draft-pdf.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
# Add a file .github/workflows/draft-pdf.yml to your repo.

name: Draft PDF
on:
push:
paths:
- Article/**
- paper.md
- paper.bib
- .github/workflows/draft-pdf.yml

jobs:
Expand All @@ -19,12 +18,12 @@ jobs:
with:
journal: joss
# This should be the path to the paper within your repo.
paper-path: Article/paper.md
paper-path: paper.md
- name: Upload
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: paper
# This is the output path where Pandoc will write the compiled
# PDF. Note, this should be the same directory as the input
# paper.md
path: paper.pdf
path: paper.pdf
6 changes: 3 additions & 3 deletions paper.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,11 @@ affiliations:
index: 2
- name: Ecole des Ponts ParisTech, Paris, France
index: 3
- Department of Applied Economics, University of Valladolid, Spain
- name: Department of Applied Economics, University of Valladolid, Spain
index: 4
date: 16 July 2024
bibliography: paper.bib
---

# Summary
The international scientific community assessing on climate change and mitigation scenarios requests standardization and
Expand Down Expand Up @@ -94,5 +95,4 @@ This section describes the code with a short example to easily follow the whole

G.P. and J.P. acknowledge financial support from the European Union's Horizon research program under grant agreement 101056306 (IAM COMPACT project).

# References

# References

0 comments on commit e940bb7

Please sign in to comment.