Fix issue with docs lint (#1102)

* Fix docs lint

* Fix log upload path
This commit is contained in:
Abin Simon 2022-10-11 08:50:11 +05:30 committed by GitHub
parent f4befaf849
commit 62c704a786
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -77,7 +77,6 @@ jobs:
- uses: actions/upload-artifact@master - uses: actions/upload-artifact@master
name: Upload cli docs as artifacts name: Upload cli docs as artifacts
if: startsWith(github.ref, 'refs/tags/') || github.ref == 'refs/heads/main'
with: with:
name: cli-docs name: cli-docs
path: docs/docs/cli path: docs/docs/cli
@ -168,7 +167,7 @@ jobs:
uses: actions/upload-artifact@v3 uses: actions/upload-artifact@v3
with: with:
name: test-log name: test-log
path: testlog/gotest.log path: src/testlog/gotest.log
if-no-files-found: error if-no-files-found: error
retention-days: 14 retention-days: 14