From de83057b8f358a9746a700cfa9ea7c726c90021b Mon Sep 17 00:00:00 2001 From: Sebastian Qvarfordt Date: Mon, 20 Jul 2020 17:49:17 +0200 Subject: [PATCH] hopefully a fix --- .github/workflows/techdocs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/techdocs.yml b/.github/workflows/techdocs.yml index de6a40f96b..d056c06e67 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: ./packages/techdocs-container/techdocs/core/dist \ No newline at end of file + packages_dir: ./packages/techdocs-container/techdocs-core/dist \ No newline at end of file