Skip to content

Commit

Permalink
Fix doc deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
mkundu1 committed May 18, 2023
1 parent 37eca4d commit a7b099b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ jobs:
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v') && !contains(github.ref, 'dev')
with:
doc-artifact-name: 'HTML-Documentation-tag-${{ env.DOC_DEPLOYMENT_IMAGE_TAG }}'
decompress_artifact: true
decompress-artifact: true
cname: ${{ env.DOCUMENTATION_CNAME }}
token: ${{ secrets.GITHUB_TOKEN }}

Expand Down

0 comments on commit a7b099b

Please sign in to comment.