Skip to content

Commit

Permalink
Set the log level to Debug, to see if I can work out why on earth blo…
Browse files Browse the repository at this point in the history
…g posts don't seem to be getting processed in the GitHub action.
  • Loading branch information
jcoo092 committed Jul 11, 2023
1 parent 0553eb2 commit e997414
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/setup-dotnet@v3
with:
dotnet-version: '7' # SDK Version to use.
- run: dotnet run -c Release -- deploy
- run: dotnet run -c Release -- deploy --log-level Debug
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand Down
2 changes: 0 additions & 2 deletions input/posts/OWASPJuiceShopDeployingSecuring/One.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,7 @@ Tags:
- Deployment
- Juice Shop
- OWASP

---

# Deploying, and then Securing, the OWASP Juice Shop Application

## Summary
Expand Down
4 changes: 2 additions & 2 deletions input/posts/test.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ Tags:

- Test test
- El Salvador

---
---
You're testing my love for you like the water in El Salvador.

0 comments on commit e997414

Please sign in to comment.