diff --git a/.github/workflows/blank.yml b/.github/workflows/blank.yml index 4210d1a..0c24364 100644 --- a/.github/workflows/blank.yml +++ b/.github/workflows/blank.yml @@ -28,7 +28,12 @@ jobs: # Runs a set of commands using the runners shell - name: Run a multi-line script run: | - echo "CD to webroot" - cd /var/www/docs_scart_io/SCART-docs - echo "pull the code" - git pull + echo "do a test" + cd /tmp/ + touch this_is_a_test +# echo "CD to webroot" +# cd /var/www/docs_scart_io/SCART-docs +# echo "pull the code" +# git pull main origin +# echo "build the site" +# mkdocs build