Skip to content

Commit

Permalink
Recusive
Browse files Browse the repository at this point in the history
  • Loading branch information
LiamMorrow committed Sep 10, 2024
1 parent 3e309ba commit 4657243
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/web-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ jobs:
working-directory: ./LiftLog.Web
- name: Copy 404 page
run: cp ./404.html ./LiftLog.Web/bin/Release/net8.0/publish/wwwroot
- name: List files
run: ls ./LiftLog.Web/bin/Release/net8.0/publish/wwwroot
- name: List files recusively
run: ls -R ./LiftLog.Web/bin/Release/net8.0/publish/wwwroot
- name: Upload pages
uses: actions/upload-pages-artifact@v3
with:
Expand Down

0 comments on commit 4657243

Please sign in to comment.