Skip to content

Commit

Permalink
Update blank.yml
Browse files Browse the repository at this point in the history
debugging
  • Loading branch information
widooo authored Jul 16, 2024
1 parent 49852f3 commit e36be21
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions .github/workflows/blank.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit e36be21

Please sign in to comment.