Skip to content

Commit

Permalink
Update the pdf
Browse files Browse the repository at this point in the history
  • Loading branch information
pnavaro committed Jan 25, 2023
1 parent 6f6c753 commit 1899828
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
*.swp
synthese_2020.pdf
public
build
_build
Expand Down
5 changes: 3 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@ default: $(md_files)
jupyter-book build .
jupyter-book build . --builder pdflatex
mv _build/html public
mv _build/latex/guide_bonnes_pratiques_gestion_donnees_recherche_v2.pdf public/
cp _build/latex/*.pdf .
mv _build/latex/*.pdf public/

.PHONY: clean

clean:
rm -f $(PDF)
rm -f $(PDF)
Binary file modified guide_bonnes_pratiques_gestion_donnees_recherche_v2.pdf
Binary file not shown.
Binary file modified images/309799008.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 1899828

Please sign in to comment.