Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
widooo authored Jul 16, 2024
1 parent 61c6a14 commit a670bd2
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,9 @@ jobs:
# Runs a set of commands using the runners shell
- name: Run a multi-line script
run: |
echo "do a test"
cd /tmp
touch this_is_a_test.txt
# 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
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 a670bd2

Please sign in to comment.