From 7b0db7bec11b91361be064f6ccbcce4b7b2a97c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor?= Date: Wed, 8 Nov 2023 17:35:15 +0100 Subject: [PATCH] removed commend .yml --- .github/workflows/buildpdf.yml | 42 ---------------------------------- 1 file changed, 42 deletions(-) diff --git a/.github/workflows/buildpdf.yml b/.github/workflows/buildpdf.yml index feed6d0..047b56f 100644 --- a/.github/workflows/buildpdf.yml +++ b/.github/workflows/buildpdf.yml @@ -263,46 +263,4 @@ jobs: with: release-url: ${{ steps.create_release.outputs.upload_url }} pattern: "**/*.pdf" - # files: | - # main_math.pdf - # Mathematics/1st/Fundamentals_of_mathematics/Fundamentals_of_mathematics.pdf - # Mathematics/1st/Linear_algebra/Linear_algebra.pdf - # Mathematics/1st/Real-valued_functions/Real-valued_functions.pdf - # Mathematics/2nd/Algebraic_structures/Algebraic_structures.pdf - # Mathematics/2nd/Discrete_mathematics/Discrete_mathematics.pdf - # Mathematics/2nd/Functions_of_several_variables/Functions_of_several_variables.pdf - # Mathematics/2nd/Linear_geometry/Linear_geometry.pdf - # Mathematics/2nd/Mathematical_analysis/Mathematical_analysis.pdf - # Mathematics/2nd/Numerical_methods/Numerical_methods.pdf - # Mathematics/3rd/Complex_analysis/Complex_analysis.pdf - # Mathematics/3rd/Differential_equations/Differential_equations.pdf - # Mathematics/3rd/Differential_geometry/Differential_geometry.pdf - # Mathematics/3rd/Galois_theory/Galois_theory.pdf - # Mathematics/3rd/Probability/Probability.pdf - # Mathematics/3rd/Statistics/Statistics.pdf - # Mathematics/3rd/Topology/Topology.pdf - # Mathematics/4th/Algebraic_topology/Algebraic_topology.pdf - # Mathematics/4th/Arithmetic/Arithmetic.pdf - # Mathematics/4th/Dynamical_systems/Dynamical_systems.pdf - # Mathematics/4th/Harmonic_analysis/Harmonic_analysis.pdf - # Mathematics/4th/Linear_models/Linear_models.pdf - # Mathematics/4th/Numerical_calculus/Numerical_calculus.pdf - # Mathematics/4th/Numerical_integration_of_partial_differential_equations/Numerical_integration_of_partial_differential_equations.pdf - # Mathematics/4th/Partial_differential_equations/Partial_differential_equations.pdf - # Mathematics/4th/Real_and_functional_analysis/Real_and_functional_analysis.pdf - # Mathematics/4th/Stochastic_processes/Stochastic_processes.pdf - # Mathematics/5th/Advanced_dynamical_systems/Advanced_dynamical_systems.pdf - # Mathematics/5th/Advanced_probability/Advanced_probability.pdf - # Mathematics/5th/Advanced_topics_in_functional_analysis_and_PDEs/Advanced_topics_in_functional_analysis_and_PDEs.pdf - # Mathematics/5th/Continuous_optimization/Continuous_optimization.pdf - # Mathematics/5th/Introduction_to_nonlinear_elliptic_PDEs/Introduction_to_nonlinear_elliptic_PDEs.pdf - # Mathematics/5th/Montecarlo_methods/Montecarlo_methods.pdf - # Mathematics/5th/Numerical_methods_for_PDEs/Numerical_methods_for_PDEs.pdf - # Mathematics/5th/Stochastic_calculus/Stochastic_calculus.pdf - # main_physics.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 }}