From 549af36a07b7e37bc4b955219687e594ad6240c0 Mon Sep 17 00:00:00 2001 From: Philippe Zwietering Date: Sun, 5 May 2024 00:01:08 +0200 Subject: [PATCH] Added deploy and updated the readme accordingly --- Jenkinsfile | 1 + README.md | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index a8ab8ac..82cea83 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -13,6 +13,7 @@ pipeline { stage('Deploy') { steps{ echo 'Starting deploy step...' + sh 'sudo cp assignments/main_text.pdf /var/www/zwietering.eu/pdfs/real_analysis.pdf' } } } diff --git a/README.md b/README.md index cdf07ce..5793073 100644 --- a/README.md +++ b/README.md @@ -4,4 +4,6 @@ Exercises and maybe (just maybe, like, very probably not) lecture notes on the R [Course link](https://ocw.mit.edu/courses/18-100a-real-analysis-fall-2020/) -The text book is included in the directory root. The `.tex` files can be compiled individually in the corresponding subdirectories or collectively from the assignments directory. I use `pdflatex` with texlive on Arch (through WSL2, [check this guide](https://gist.github.com/ld100/3376435a4bb62ca0906b0cff9de4f94b) on how to do this (why use Ubuntu if you're only going to use the CLI right?)). \ No newline at end of file +The text book is included in the directory root. The `.tex` files can be compiled individually in the corresponding subdirectories or collectively from the assignments directory. I use `pdflatex` with texlive on Arch (through WSL2, [check this guide](https://gist.github.com/ld100/3376435a4bb62ca0906b0cff9de4f94b) on how to do this (why use Ubuntu if you're only going to use the CLI right?)). + +The complete generated PDF file can be downloaded from [this address](https://zwietering.eu/pdfs/real_analysis.pdf). \ No newline at end of file