diff --git a/.github/workflows/update-repo.yml b/.github/workflows/update-repo.yml index ed892dd..1b73919 100644 --- a/.github/workflows/update-repo.yml +++ b/.github/workflows/update-repo.yml @@ -9,7 +9,7 @@ on: jobs: build-and-deploy: # Use 'host' so the runner can move files directly to your web directory - runs-on: host + runs-on: ubuntu-latest steps: - name: Checkout code