Skip to content
This repository has been archived by the owner on Oct 11, 2024. It is now read-only.

Commit

Permalink
Fix issue with docs lint (#1102)
Browse files Browse the repository at this point in the history
* Fix docs lint

* Fix log upload path
  • Loading branch information
meain authored Oct 11, 2022
1 parent f4befaf commit 62c704a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ jobs:
- uses: actions/upload-artifact@master
name: Upload cli docs as artifacts
if: startsWith(github.ref, 'refs/tags/') || github.ref == 'refs/heads/main'
with:
name: cli-docs
path: docs/docs/cli
Expand Down Expand Up @@ -168,7 +167,7 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: test-log
path: testlog/gotest.log
path: src/testlog/gotest.log
if-no-files-found: error
retention-days: 14

Expand Down

0 comments on commit 62c704a

Please sign in to comment.