Skip to content

Commit

Permalink
Merge pull request #51 from natescherer/feature/test-results-in-gh-pages
Browse files Browse the repository at this point in the history
Improve pages publishing
  • Loading branch information
natescherer authored Oct 27, 2023
2 parents c26229d + ebe4fe9 commit 23229fb
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions .github/workflows/Test-Results-To-Pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,13 +63,24 @@ jobs:
runs-on: ubuntu-latest
needs: Test
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Download Artifacts
uses: actions/download-artifact@v3
with:
path: ${{ runner.temp }}/testreports
- name: Write File
uses: DamianReeves/[email protected]
with:
path: _config.yml
contents: |
markdown: GFM
theme: hacker
- name: Build with Jekyll
uses: actions/jekyll-build-pages@v1
with:
source: ./
destination: ./_site/testreports
source: .
destination: ./_site
- name: Generate Directory Listings
uses: jayanta525/[email protected]
with:
Expand Down

0 comments on commit 23229fb

Please sign in to comment.