From 5726f575471ef1a19d1287587689ffe40e382a1f Mon Sep 17 00:00:00 2001 From: Robert Peter Meyer <73112377+BoBoBaSs84@users.noreply.github.com> Date: Mon, 16 Dec 2024 20:47:51 +0100 Subject: [PATCH] chore: cd changed to ubuntu runner --- .github/workflows/cd.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 0147fe3..53829ab 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -6,7 +6,7 @@ on: jobs: publish: - runs-on: windows-latest + runs-on: ubuntu-latest steps: - name: Checkout @@ -47,4 +47,4 @@ jobs: uses: peaceiris/actions-gh-pages@v4 with: github_token: ${{ secrets.GITHUB_TOKEN }} - publish_dir: docs/_site \ No newline at end of file + publish_dir: docs/_site