From 538b0ae1efef5a662a6f2038a3e56eef2f19c040 Mon Sep 17 00:00:00 2001 From: Tri Nguyen Date: Mon, 16 Sep 2024 23:46:10 -0700 Subject: [PATCH] Commented out code to see where the problem is --- .github/workflows/build.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8fec8f4..caace26 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -75,12 +75,12 @@ 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: Build with Jekyll + uses: actions/jekyll-build-pages@v1 + with: + source: . + destination: ./_site + verbose: true # - name: Upload Pages Artifact # with: # path: ./_site