From 381a609a7ad375275e9b1a06ce71d63abd78872a Mon Sep 17 00:00:00 2001 From: Sauraen Date: Wed, 19 Jun 2024 15:24:45 -0700 Subject: [PATCH] Cleanup after recent PRs --- .github/workflows/build.yml | 2 +- Doxyfile | 2 +- README.md | 1 + docs/{images => Documentation}/5tris.png | Bin docs/{images => Documentation}/colorinterp.png | Bin docs/{images => Documentation}/colorinterp.svg | 0 6 files changed, 3 insertions(+), 2 deletions(-) rename docs/{images => Documentation}/5tris.png (100%) rename docs/{images => Documentation}/colorinterp.png (100%) rename docs/{images => Documentation}/colorinterp.svg (100%) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6e8f145..971c92c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -31,4 +31,4 @@ jobs: cmake --build . - name: Make The Binary - run: make -j ARMIPS=armips/build/armips \ No newline at end of file + run: make all -j ARMIPS=armips/build/armips diff --git a/Doxyfile b/Doxyfile index fd0cdfd..ca48dec 100644 --- a/Doxyfile +++ b/Doxyfile @@ -1108,7 +1108,7 @@ EXAMPLE_RECURSIVE = NO # that contain images that are to be included in the documentation (see the # \image command). -IMAGE_PATH = docs/images +IMAGE_PATH = docs/Documentation # The INPUT_FILTER tag can be used to specify a program that doxygen should # invoke to filter for each input file. Doxygen will invoke the filter program diff --git a/README.md b/README.md index c0de0b2..7d1528e 100644 --- a/README.md +++ b/README.md @@ -146,4 +146,5 @@ Other contributors: - thecozies: Fresnel feature suggestion - Rasky: memset feature suggestion - coco875: Doxygen / GitHub Pages setup +- ThePerfectLuigi64: CI build setup - neoshaman: feature discussions diff --git a/docs/images/5tris.png b/docs/Documentation/5tris.png similarity index 100% rename from docs/images/5tris.png rename to docs/Documentation/5tris.png diff --git a/docs/images/colorinterp.png b/docs/Documentation/colorinterp.png similarity index 100% rename from docs/images/colorinterp.png rename to docs/Documentation/colorinterp.png diff --git a/docs/images/colorinterp.svg b/docs/Documentation/colorinterp.svg similarity index 100% rename from docs/images/colorinterp.svg rename to docs/Documentation/colorinterp.svg