Skip to content

Commit

Permalink
Merge pull request #53 from natescherer/feature/test-results-in-gh-pages
Browse files Browse the repository at this point in the history
Update generation
  • Loading branch information
natescherer authored Oct 27, 2023
2 parents f59f267 + 8fb5d12 commit 0f74565
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Test-Results-To-Pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
- name: Download Artifacts
uses: actions/download-artifact@v3
with:
path: ${{ runner.temp }}/testreports
path: testreports
- name: Write File
uses: DamianReeves/[email protected]
with:
Expand All @@ -86,7 +86,7 @@ jobs:
- name: Generate Directory Listings
uses: jayanta525/[email protected]
with:
FOLDER: ./_site/testreports
FOLDER: ./_site
- name: Upload Combined Pages Artifact
uses: actions/upload-pages-artifact@v2
- name: Deploy to GitHub Pages
Expand Down

0 comments on commit 0f74565

Please sign in to comment.