From ca44781a8345613c4889a93c96e9152c272265cc Mon Sep 17 00:00:00 2001 From: Sk Niyaj Ali Date: Tue, 19 Nov 2024 13:05:55 +0530 Subject: [PATCH] Update make_site.yaml --- .github/workflows/make_site.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/make_site.yaml b/.github/workflows/make_site.yaml index 8e2ce42ff..199c27fdd 100644 --- a/.github/workflows/make_site.yaml +++ b/.github/workflows/make_site.yaml @@ -25,7 +25,7 @@ jobs: environment: name: github-pages url: ${{ steps.deployment.outputs.page_url }} - runs-on: ubuntu-latest + runs-on: windows-latest steps: - uses: actions/checkout@v4 - uses: actions/setup-java@v4 @@ -46,4 +46,4 @@ jobs: - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v4 \ No newline at end of file + uses: actions/deploy-pages@v4