Replace custom checkout logic with actions/checkout in CI workflow
Some checks failed
Build and Deploy / build-and-deploy (push) Failing after 8s

This commit is contained in:
Nik Afiq 2026-03-09 23:34:57 +09:00
parent 0ba3239ec9
commit 1881e088d8

View File

@ -10,13 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
run: |
if [ -d /tmp/watch-party ]; then
cd /tmp/watch-party && git fetch origin && git reset --hard origin/main
else
git clone https://gitea.home.arpa/nik/watch-party /tmp/watch-party
fi
cp -r /tmp/watch-party/. .
uses: actions/checkout@v4
- name: Write deploy key
run: |