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 6be3698 commit e38d445
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit e38d445

Please sign in to comment.