From 2f64614e66e59d3f5272d2a47151576f2bee852b Mon Sep 17 00:00:00 2001 From: Theodor Rohde Date: Mon, 10 Jun 2024 20:31:39 +0200 Subject: [PATCH] fix workflows --- .github/workflows/deploy.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 8f44d8e8..1ca25f75 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -13,7 +13,8 @@ permissions: jobs: deploy: name: Deploy to GitHub Pages - runs-on: ubuntu-latest + # runs-on: ubuntu-latest + runs-on: self-hosted steps: - uses: actions/checkout@v3 - uses: actions/setup-node@v3