Skip to content

Commit

Permalink
log level verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
James-Frowen committed Mar 4, 2021
1 parent e42cf09 commit 87eb4f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Generate API
uses: nikeee/docfx-action@v1.0.0
with:
args: metadata --logLevel Warning doc/docfx.json
args: metadata --logLevel verbose doc/docfx.json
- name: debug_list files
if: always()
run: ls -l doc/
Expand All @@ -46,7 +46,7 @@ jobs:
- name: Compile Docs
uses: nikeee/docfx-action@v1.0.0
with:
args: build --logLevel Warning doc/docfx.json
args: build --logLevel verbose doc/docfx.json
- name: GitHub Pages
uses: crazy-max/ghaction-github-pages@v2.2.0
if: github.ref == 'refs/heads/master'
Expand Down

0 comments on commit 87eb4f8

Please sign in to comment.