From e3c269068f6fa2dd87895e9709c6d0c0cb9bf003 Mon Sep 17 00:00:00 2001 From: mfahampshire Date: Tue, 28 Nov 2023 10:50:09 +0100 Subject: [PATCH] switched to large gh runner --- .github/workflows/ci-docs.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci-docs.yml b/.github/workflows/ci-docs.yml index 03178211ef..929a161859 100644 --- a/.github/workflows/ci-docs.yml +++ b/.github/workflows/ci-docs.yml @@ -9,8 +9,7 @@ on: jobs: build: - # TODO change back to our runner - runs-on: custom-linux + runs-on: ubuntu-20.04-16core #custom-linux steps: - uses: actions/checkout@v3 - name: Install Dependencies (Linux) @@ -40,7 +39,7 @@ jobs: # cargo install mdbook-last-changed # cargo install mdbook-theme # cargo install mdbook-linkcheck - # TODO probably reintroduce + # TODO check if this makes sense / you aren't blowing other things away - name: Remove existing Nym config directory (`~/.nym/`) run: cd documentation && ./remove_existing_config.sh continue-on-error: false