We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb6fc47 commit f316c1eCopy full SHA for f316c1e
.github/workflows/release-publish-documentation.yml
@@ -80,6 +80,6 @@ jobs:
80
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
81
with:
82
upload_url: ${{ steps.create_release.outputs.upload_url }}
83
- asset_path: /home/runner/work/manim/manim/docs/build/html-docs.tar.gz
+ asset_path: ${{ github.workspace }}/manim/docs/build/html-docs.tar.gz
84
asset_name: manim-htmldocs-${{ steps.create_release.outputs.tag_name }}.tar.gz
85
asset_content_type: application/gzip
0 commit comments