From 869a3e7d110a46c5b6988ae661418dbf00bb1caf Mon Sep 17 00:00:00 2001 From: Satrajit Ghosh Date: Mon, 12 Feb 2024 21:01:46 -0500 Subject: [PATCH] change destination of build --- .github/workflows/pages-build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pages-build.yml b/.github/workflows/pages-build.yml index 6144470..0b53c93 100644 --- a/.github/workflows/pages-build.yml +++ b/.github/workflows/pages-build.yml @@ -4,7 +4,7 @@ name: Deploy Jekyll with GitHub Pages dependencies preinstalled on: # Runs on pushes targeting the default branch push: - branches: [$default-branch] + branches: ["main"] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: @@ -34,7 +34,7 @@ jobs: uses: actions/jekyll-build-pages@v1.0.9 with: source: ./docs - destination: ./docs/_site + destination: ./_site - name: Upload artifact uses: actions/upload-pages-artifact@v3 @@ -48,4 +48,4 @@ jobs: steps: - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v4 \ No newline at end of file + uses: actions/deploy-pages@v4