From a66e54166c4c56116bf45b86067bcb96991d8f96 Mon Sep 17 00:00:00 2001 From: Gabber235 Date: Thu, 5 Sep 2024 09:17:56 +0200 Subject: [PATCH] Change to github runner with image --- .github/workflows/build-documentation.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-documentation.yml b/.github/workflows/build-documentation.yml index a57097772e..ba8d0a9f3e 100644 --- a/.github/workflows/build-documentation.yml +++ b/.github/workflows/build-documentation.yml @@ -1,4 +1,4 @@ -name: Deploy to GitHub Pages +name: Deploy Documentation on: push: @@ -11,7 +11,9 @@ on: jobs: deploy: name: Deploy to GitHub Pages - runs-on: arc-runner-set + runs-on: ubuntu-latest + container: + image: ghcr.io/gabber235/typewriter-runner:latest steps: - uses: actions/checkout@v3 - uses: actions/setup-node@v3