Skip to content

Commit

Permalink
Changed to expanded build style to accomodate coverage from different…
Browse files Browse the repository at this point in the history
… branches
  • Loading branch information
nguy8tri committed Sep 17, 2024
1 parent f432eb3 commit ddc05a2
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
with:
name: Documentation
branch: documentation
path: build/documentation
folder: build/documentation

documentation-upload:
needs: documentation
Expand All @@ -85,14 +85,9 @@ jobs:
- name: Build with Jekyll
uses: actions/jekyll-build-pages@v1
with:
source: .
destination: ./_site
verbose: true
- name: Upload Pages Artifact
uses: actions/upload-pages-artifact@v3
with:
path: ./_site
name: github-pages

documentation-deploy:
needs: documentation-upload
Expand Down

0 comments on commit ddc05a2

Please sign in to comment.