Update .gitea/workflows/deploy.yml

This commit is contained in:
2025-11-19 16:54:28 +00:00
parent 76423ee1fd
commit 189241002c

View File

@@ -10,7 +10,7 @@ jobs:
build_and_deploy:
if: github.event.pull_request.merged == true
name: Deploy Hugo Website
runs-on: ubuntu-latest
runs-on: self-hosted
steps:
- name: Checkout code