From 8f463238a364a3f02764be70cbd2c71aa108a42a Mon Sep 17 00:00:00 2001 From: feederbox826 Date: Thu, 28 Dec 2023 02:40:09 +0800 Subject: [PATCH] force branch main --- .github/workflows/deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index f786c29..fa5e1ba 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -25,7 +25,7 @@ jobs: fetch-depth: '0' - run: | cd main - ./build_site.sh ../_site/develop + ./build_site.sh ../_site/main # uncomment this once we have a stable branch # - name: Checkout Stable # uses: actions/checkout@v2 @@ -42,7 +42,7 @@ jobs: environment: name: github-pages url: ${{ steps.deployment.outputs.page_url }} - runs-on: ubuntu-22.04 + runs-on: ubuntu-latest needs: build steps: - name: Deploy to GitHub Pages