From a33aa5f7fcd099c63c8e0d75e07fb357976288cf Mon Sep 17 00:00:00 2001 From: Vivek Miglani Date: Thu, 12 Oct 2023 15:03:16 -0700 Subject: [PATCH] Update website deploy --- .github/workflows/test-website-depoy.yml | 5 ++++- .github/workflows/website-depoy.yml | 4 +++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-website-depoy.yml b/.github/workflows/test-website-depoy.yml index 39d53414b9..3bf7e5566a 100644 --- a/.github/workflows/test-website-depoy.yml +++ b/.github/workflows/test-website-depoy.yml @@ -10,7 +10,10 @@ on: jobs: test-deploy: name: Test deployment - docker-image: cimg/python:3.6 + with: + runner: linux.12xlarge + docker-image: cimg/python:3.6 + steps: - uses: actions/checkout@v3 diff --git a/.github/workflows/website-depoy.yml b/.github/workflows/website-depoy.yml index 408cccb741..7fb991a970 100644 --- a/.github/workflows/website-depoy.yml +++ b/.github/workflows/website-depoy.yml @@ -13,7 +13,9 @@ permissions: jobs: deploy: name: Deploy to GitHub Pages - docker-image: cimg/python:3.6 + with: + runner: linux.12xlarge + docker-image: cimg/python:3.6 steps: - uses: actions/checkout@v3