diff --git a/.gitea/workflows/deploy-docs.yaml b/.gitea/workflows/deploy-docs.yaml index 2544d99..d6e197f 100644 --- a/.gitea/workflows/deploy-docs.yaml +++ b/.gitea/workflows/deploy-docs.yaml @@ -11,7 +11,7 @@ on: jobs: build-and-deploy: - runs-on: ubuntu-latest + runs-on: remote # if you use GitHub, should be "ubuntu-latest", etc. steps: - name: Checkout version uses: actions/checkout@v4