Update .github/workflows/update-repo.yml

This commit is contained in:
2026-04-14 15:51:05 +02:00
parent 42595979fc
commit 30912e9a0e

View File

@@ -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