diff --git a/.github/workflows/blank.yml b/.github/workflows/blank.yml index aa861cb..4210d1a 100644 --- a/.github/workflows/blank.yml +++ b/.github/workflows/blank.yml @@ -25,14 +25,10 @@ jobs: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - uses: actions/checkout@v4 - # Runs a single command using the runners shell - - name: Run a one-line script - run: echo Hello, world! - # Runs a set of commands using the runners shell - name: Run a multi-line script run: | - echo CD to webroot + echo "CD to webroot" cd /var/www/docs_scart_io/SCART-docs - echo pull the code + echo "pull the code" git pull