Skip to content

Commit

Permalink
Merge pull request #259 from vizzuhq/publish_docs
Browse files Browse the repository at this point in the history
fixed: docs publish workflow
  • Loading branch information
veghdev committed Aug 15, 2023
2 parents ec14ff3 + e7f838a commit 280afc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ jobs:
uses: actions/cache@v3
with:
path: .coverage/html
key: cache_coverage_${{ github.run_id }}
key: cache_coverage_${{ steps.run_id.outputs.run_id }}

- name: Install package
run: |
Expand Down

0 comments on commit 280afc9

Please sign in to comment.