Skip to content

Commit

Permalink
included new summaries into the website
Browse files Browse the repository at this point in the history
  • Loading branch information
victorballester7 committed Sep 11, 2023
1 parent 17954f0 commit c35a668
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
11 changes: 11 additions & 0 deletions .github/workflows/buildpdf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,17 @@ jobs:
with:
root_file: Stochastic_processes.tex
working_directory: Mathematics/4th/Stochastic_processes/
# MATHEMATICS 5
- name: Compile - AP
uses: xu-cheng/latex-action@v2
with:
root_file: Advanced_probability.tex
working_directory: Mathematics/5th/Advanced_probability/
- name: Compile - ATFAPDE
uses: xu-cheng/latex-action@v2
with:
root_file: Advanced_topics_in_functional_analysis_and_PDEs.tex
working_directory: Mathematics/5th/Advanced_topics_in_functional_analysis_and_PDEs/
##########
##########
- name: Compile - main_math
Expand Down
3 changes: 2 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,8 @@ <h2 class="special-color">Mathematics</h2>
<ul>
<li>1st year:</li>
<ul>

<li><button class="button" onclick="window.location.href='https://github.com/victorballester7/Complete-summaries/releases/latest/download/Advanced_probability.pdf';" target="_top">Advanced probability</button></li>
<li><button class="button" onclick="window.location.href='https://github.com/victorballester7/Complete-summaries/releases/latest/download/Advanced_topics_in_functional_analysis_and_PDEs.pdf';" target="_top">Advanced topics in functional analysis and PDEs</button></li>
</ul>
</ul>
</div>
Expand Down

0 comments on commit c35a668

Please sign in to comment.