From a8bcf18c6fdf5802e2bb1c95f2108fa8e8eb4153 Mon Sep 17 00:00:00 2001 From: NotXia <35894453+NotXia@users.noreply.github.com> Date: Sun, 24 Sep 2023 18:35:25 +0200 Subject: [PATCH] Update workflow --- .github/workflows/compile.yml | 8 +++++--- .../img/_inherent_error.pdf | Bin .../img/_orthogonal_complement.pdf | Bin .../img/floatingpoint_range.png | Bin .../img/inherent_error.drawio | 0 .../img/machine_eps.png | Bin .../main.tex | 0 .../sections/_finite_numbers.tex | 0 .../sections/_linear_algebra.tex | 0 .../sections/_linear_systems.tex | 0 10 files changed, 5 insertions(+), 3 deletions(-) rename {statistical-and-mathematical-methods-for-ai => src/statistical-and-mathematical-methods-for-ai}/img/_inherent_error.pdf (100%) rename {statistical-and-mathematical-methods-for-ai => src/statistical-and-mathematical-methods-for-ai}/img/_orthogonal_complement.pdf (100%) rename {statistical-and-mathematical-methods-for-ai => src/statistical-and-mathematical-methods-for-ai}/img/floatingpoint_range.png (100%) rename {statistical-and-mathematical-methods-for-ai => src/statistical-and-mathematical-methods-for-ai}/img/inherent_error.drawio (100%) rename {statistical-and-mathematical-methods-for-ai => src/statistical-and-mathematical-methods-for-ai}/img/machine_eps.png (100%) rename {statistical-and-mathematical-methods-for-ai => src/statistical-and-mathematical-methods-for-ai}/main.tex (100%) rename {statistical-and-mathematical-methods-for-ai => src/statistical-and-mathematical-methods-for-ai}/sections/_finite_numbers.tex (100%) rename {statistical-and-mathematical-methods-for-ai => src/statistical-and-mathematical-methods-for-ai}/sections/_linear_algebra.tex (100%) rename {statistical-and-mathematical-methods-for-ai => src/statistical-and-mathematical-methods-for-ai}/sections/_linear_systems.tex (100%) 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