diff --git a/.github/workflows/compile.yml b/.github/workflows/compile.yml index f506545..9b02386 100644 --- a/.github/workflows/compile.yml +++ b/.github/workflows/compile.yml @@ -21,10 +21,13 @@ jobs: - name: Compile run: | - shopt -s globstar - work_dir=$(pwd) mkdir /tmp/compiled + cp README.md /tmp/compiled + + shopt -s globstar + cd src + work_dir=$(pwd) for f in **/[!_]*.tex; do f_dir=$(dirname $f); f_base=$(basename $f); @@ -36,7 +39,6 @@ jobs: mv ${f_nameonly}.pdf /tmp/compiled/${f_dir}/. cd $work_dir; done - - name: Move to pdfs branch uses: s0/git-publish-subdir-action@develop diff --git a/statistical-and-mathematical-methods-for-ai/img/_inherent_error.pdf b/src/statistical-and-mathematical-methods-for-ai/img/_inherent_error.pdf similarity index 100% rename from statistical-and-mathematical-methods-for-ai/img/_inherent_error.pdf rename to src/statistical-and-mathematical-methods-for-ai/img/_inherent_error.pdf diff --git a/statistical-and-mathematical-methods-for-ai/img/_orthogonal_complement.pdf b/src/statistical-and-mathematical-methods-for-ai/img/_orthogonal_complement.pdf similarity index 100% rename from statistical-and-mathematical-methods-for-ai/img/_orthogonal_complement.pdf rename to src/statistical-and-mathematical-methods-for-ai/img/_orthogonal_complement.pdf diff --git a/statistical-and-mathematical-methods-for-ai/img/floatingpoint_range.png b/src/statistical-and-mathematical-methods-for-ai/img/floatingpoint_range.png similarity index 100% rename from statistical-and-mathematical-methods-for-ai/img/floatingpoint_range.png rename to src/statistical-and-mathematical-methods-for-ai/img/floatingpoint_range.png diff --git a/statistical-and-mathematical-methods-for-ai/img/inherent_error.drawio b/src/statistical-and-mathematical-methods-for-ai/img/inherent_error.drawio similarity index 100% rename from statistical-and-mathematical-methods-for-ai/img/inherent_error.drawio rename to src/statistical-and-mathematical-methods-for-ai/img/inherent_error.drawio diff --git a/statistical-and-mathematical-methods-for-ai/img/machine_eps.png b/src/statistical-and-mathematical-methods-for-ai/img/machine_eps.png similarity index 100% rename from statistical-and-mathematical-methods-for-ai/img/machine_eps.png rename to src/statistical-and-mathematical-methods-for-ai/img/machine_eps.png diff --git a/statistical-and-mathematical-methods-for-ai/main.tex b/src/statistical-and-mathematical-methods-for-ai/main.tex similarity index 100% rename from statistical-and-mathematical-methods-for-ai/main.tex rename to src/statistical-and-mathematical-methods-for-ai/main.tex diff --git a/statistical-and-mathematical-methods-for-ai/sections/_finite_numbers.tex b/src/statistical-and-mathematical-methods-for-ai/sections/_finite_numbers.tex similarity index 100% rename from statistical-and-mathematical-methods-for-ai/sections/_finite_numbers.tex rename to src/statistical-and-mathematical-methods-for-ai/sections/_finite_numbers.tex diff --git a/statistical-and-mathematical-methods-for-ai/sections/_linear_algebra.tex b/src/statistical-and-mathematical-methods-for-ai/sections/_linear_algebra.tex similarity index 100% rename from statistical-and-mathematical-methods-for-ai/sections/_linear_algebra.tex rename to src/statistical-and-mathematical-methods-for-ai/sections/_linear_algebra.tex diff --git a/statistical-and-mathematical-methods-for-ai/sections/_linear_systems.tex b/src/statistical-and-mathematical-methods-for-ai/sections/_linear_systems.tex similarity index 100% rename from statistical-and-mathematical-methods-for-ai/sections/_linear_systems.tex rename to src/statistical-and-mathematical-methods-for-ai/sections/_linear_systems.tex