diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 248d83a..790d1d5 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -30,7 +30,7 @@ jobs: echo "CI/CD: starting deploy" cd ~/5chackathon.github.io echo "CI/CD: checkout branch" - sudo git checkout main + git checkout main echo "CI/CD: pulling latest file" - sudo git pull https://github.com/5chackathon/5chackathon.github.io.git - echo "CI/CD: finished" \ No newline at end of file + git pull https://github.com/5chackathon/5chackathon.github.io.git + echo "CI/CD: finished" diff --git a/README.md b/README.md index 2c016d1..929c249 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,2 @@ # 5CHack.com -A website host for the 5C Hackathon occuring April 14-15, 2023! +A website host for the 5C Hackathon occuring April 14-15, 2023! See our site live at [5CHack.com](https://www.5chack.com/).