Skip to content

Commit

Permalink
Commented out code to see where the problem is
Browse files Browse the repository at this point in the history
  • Loading branch information
nguy8tri committed Sep 17, 2024
1 parent e38d445 commit 538b0ae
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 538b0ae

Please sign in to comment.