diff --git a/.github/workflows/techdocs.yml b/.github/workflows/techdocs.yml index 38096f1440..21fcc1eb08 100644 --- a/.github/workflows/techdocs.yml +++ b/.github/workflows/techdocs.yml @@ -59,4 +59,4 @@ jobs: with: user: __token__ password: ${{ secrets.pypi_api_key }} - packages_dir: $TECHDOCS_CORE_PATH/dist \ No newline at end of file + packages_dir: ${{ TECHDOCS_CORE_PATH }}/dist \ No newline at end of file