From e38d44566eb3bf88ddafaf638710da087291c5a2 Mon Sep 17 00:00:00 2001 From: Tri Nguyen Date: Mon, 16 Sep 2024 23:45:28 -0700 Subject: [PATCH] Commented out code to see where the problem is --- .github/workflows/build.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index cc1863a..8fec8f4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -75,16 +75,16 @@ jobs: - uses: actions/checkout@v4 with: ref: documentation - - name: Build with Jekyll - uses: actions/jekyll-build-pages@v1 - with: - source: . - destination: ./_site - verbose: true - - name: Upload Pages Artifact - with: - path: ./_site - name: github-pages + # - name: Build with Jekyll + # uses: actions/jekyll-build-pages@v1 + # with: + # source: . + # destination: ./_site + # verbose: true + # - name: Upload Pages Artifact + # with: + # path: ./_site + # name: github-pages retention-days: 1 documentation-deploy: