From b175db82dae79bfb592bbe17412d87ffa8e0e6d7 Mon Sep 17 00:00:00 2001 From: Kathryn Linehan <33361849+klinehan1@users.noreply.github.com> Date: Thu, 5 Oct 2023 18:13:48 -0400 Subject: [PATCH] index.html fix --- .github/workflows/main.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 1019696a..12d1b59b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -46,19 +46,19 @@ jobs: find docs -name "*.html" | cut -c 5- > docs/temp printf "

Code Tests

" >> docs/index.html printf "
    \n" >> docs/index.html - cat docs/temp | while read line; do if echo ${line} | grep "code"; then printf "\t
  1. $line
  2. \n" >> docs/index.html; fi; done + cat docs/temp | while read line; do if echo ${line} | grep "test_code"; then printf "\t
  3. $line
  4. \n" >> docs/index.html; fi; done printf "
\n" >> docs/index.html printf "

Data Tests

" >> docs/index.html printf "
    \n" >> docs/index.html - cat docs/temp | while read line; do if echo ${line} | grep "data"; then printf "\t
  1. $line
  2. \n" >> docs/index.html; fi; done + cat docs/temp | while read line; do if echo ${line} | grep "test_data"; then printf "\t
  3. $line
  4. \n" >> docs/index.html; fi; done printf "
\n" >> docs/index.html printf "

File Name Tests

" >> docs/index.html printf "
    \n" >> docs/index.html - cat docs/temp | while read line; do if echo ${line} | grep "file_name"; then printf "\t
  1. $line
  2. \n" >> docs/index.html; fi; done + cat docs/temp | while read line; do if echo ${line} | grep "test_file_name"; then printf "\t
  3. $line
  4. \n" >> docs/index.html; fi; done printf "
\n" >> docs/index.html printf "

Measure Info Tests

" >> docs/index.html printf "
    \n" >> docs/index.html - cat docs/temp | while read line; do if echo ${line} | grep "measure_info"; then printf "\t
  1. $line
  2. \n" >> docs/index.html; fi; done + cat docs/temp | while read line; do if echo ${line} | grep "test_measure_info"; then printf "\t
  3. $line
  4. \n" >> docs/index.html; fi; done printf "
\n" >> docs/index.html printf "

Inventory Reports

" >> docs/index.html printf "
    \n" >> docs/index.html