diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 5fa72420..f76a9246 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -9,7 +9,7 @@ on: name: Build and deploy GH Pages jobs: build: - runs-on: ubuntu-latest + runs-on: self-hosted steps: - name: checkout uses: actions/checkout@v4