Skip to content

Commit

Permalink
Merge pull request #49 from natescherer/feature/test-results-in-gh-pages
Browse files Browse the repository at this point in the history
Improve building
  • Loading branch information
natescherer authored Oct 27, 2023
2 parents 8adf241 + 95c86d0 commit a8880de
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/Test-Results-To-Pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,11 @@ jobs:
steps:
- name: Download Artifacts
uses: actions/download-artifact@v3
- name: Build with Jekyll
uses: actions/jekyll-build-pages@v1
with:
source: ./
destination: ./_site
- name: Upload Combined Pages Artifact
uses: actions/upload-pages-artifact@v2
- name: Deploy to GitHub Pages
Expand Down

0 comments on commit a8880de

Please sign in to comment.