Skip to content

Commit

Permalink
Improve publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
natescherer committed Oct 27, 2023
1 parent e552ee9 commit ebe4fe9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/Test-Results-To-Pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,22 +65,22 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
with:
path: ${{ runner.temp }}/artifacts
- name: Download Artifacts
uses: actions/download-artifact@v3
with:
path: ${{ runner.temp }}/testreports
- name: Write File
uses: DamianReeves/[email protected]
with:
path: ${{ runner.temp }}/artifacts/_config.yml
path: _config.yml
contents: |
markdown: GFM
theme: hacker
- name: Build with Jekyll
uses: actions/jekyll-build-pages@v1
with:
source: ${{ runner.temp }}/artifacts
destination: ./_site/testreports
source: .
destination: ./_site
- name: Generate Directory Listings
uses: jayanta525/[email protected]
with:
Expand Down

0 comments on commit ebe4fe9

Please sign in to comment.