Skip to content

Commit

Permalink
Resolved merge conflict in Flielists.cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
SuhashiniNaik authored and marcmo committed Nov 26, 2024
1 parent febe4e3 commit fe12a26
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,14 +52,14 @@ jobs:
- name: Download Code coverage report
uses: actions/download-artifact@v4
with:
name: code_coverage
path: ./doc/github_pages

name: code_coverage
path: ./doc/github_pages
- name: Unzip Code coverage report
working-directory: ./doc/github_pages
run: |
unzip code_coverage.zip
rm code_coverage.zip
unzip code_coverage.zip
rm code_coverage.zip
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v4
Expand Down

0 comments on commit fe12a26

Please sign in to comment.