Skip to content

Commit

Permalink
changed years to basic/advanced in physics
Browse files Browse the repository at this point in the history
  • Loading branch information
victorballester7 committed Aug 3, 2023
1 parent 509e0dd commit 990875f
Show file tree
Hide file tree
Showing 99 changed files with 661 additions and 608 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/buildpdf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -167,35 +167,35 @@ jobs:
uses: xu-cheng/latex-action@v2
with:
root_file: main_physics.tex
# PHYSICS 1
# PHYSICS BASIC
- name: Compile - EiM
uses: xu-cheng/latex-action@v2
with:
root_file: Electricity_and_magnetism.tex
working_directory: Physics/1st/Electricity_and_magnetism/
working_directory: Physics/Basic/Electricity_and_magnetism/
- name: Compile - MiR
uses: xu-cheng/latex-action@v2
with:
root_file: Mechanics_and_special_relativity.tex
working_directory: Physics/1st/Mechanics_and_special_relativity/
working_directory: Physics/Basic/Mechanics_and_special_relativity/
# PHYSICS 2
- name: Compile - SMT
uses: xu-cheng/latex-action@v2
with:
root_file: Structure_of_matter_and_thermodynamics.tex
working_directory: Physics/2nd/Structure_of_matter_and_thermodynamics/
working_directory: Physics/Basic/Structure_of_matter_and_thermodynamics/
# PHYSICS 3
- name: Compile - QF
uses: xu-cheng/latex-action@v2
with:
root_file: Quantum_physics.tex
working_directory: Physics/3rd/Quantum_physics/
working_directory: Physics/Advanced/Quantum_physics/
# PHYSICS 4
- name: Compile - QF
uses: xu-cheng/latex-action@v2
with:
root_file: Fluid_mechanics.tex
working_directory: Physics/4th/Fluid_mechanics/
working_directory: Physics/Advanced/Fluid_mechanics/
- name: Create Release
id: create_release
uses: actions/create-release@v1
Expand Down Expand Up @@ -240,9 +240,9 @@ jobs:
Mathematics/4th/Real_and_functional_analysis/Real_and_functional_analysis.pdf
Mathematics/4th/Stochastic_processes/Stochastic_processes.pdf
main_physics.pdf
Physics/1st/Electricity_and_magnetism/Electricity_and_magnetism.pdf
Physics/1st/Mechanics_and_special_relativity/Mechanics_and_special_relativity.pdf
Physics/2nd/Structure_of_matter_and_thermodynamics/Structure_of_matter_and_thermodynamics.pdf
Physics/3rd/Quantum_physics/Quantum_physics.pdf
Physics/4th/Fluid_mechanics/Fluid_mechanics.pdf
Physics/Basic/Electricity_and_magnetism/Electricity_and_magnetism.pdf
Physics/Basic/Mechanics_and_special_relativity/Mechanics_and_special_relativity.pdf
Physics/Basic/Structure_of_matter_and_thermodynamics/Structure_of_matter_and_thermodynamics.pdf
Physics/Advanced/Quantum_physics/Quantum_physics.pdf
Physics/Advanced/Fluid_mechanics/Fluid_mechanics.pdf
github-token: ${{ secrets.GITHUB_TOKEN }}
File renamed without changes.
File renamed without changes
File renamed without changes
Loading

0 comments on commit 990875f

Please sign in to comment.