diff --git a/.github/workflows/doc-deployment.yml b/.github/workflows/doc-deployment.yml index cefd0a1..51b47a4 100644 --- a/.github/workflows/doc-deployment.yml +++ b/.github/workflows/doc-deployment.yml @@ -54,7 +54,7 @@ jobs: pip install .[docs] - name: Build Docs run: | - python -c "import iotdevicesimulator; print(iotdevicesimulator.__version__)" + python -c "import iotswarm; print(iotswarm.__version__)" pushd docs . ./make.sh build - name: Upload artifact diff --git a/.github/workflows/doc-test.yml b/.github/workflows/doc-test.yml index 2418d68..ce2cd89 100644 --- a/.github/workflows/doc-test.yml +++ b/.github/workflows/doc-test.yml @@ -25,6 +25,6 @@ jobs: pip install .[docs] - name: Build Docs run: | - python -c "import iotdevicesimulator; print(iotdevicesimulator.__version__)" + python -c "import iotswarm; print(iotswarm.__version__)" pushd docs . ./make.sh build \ No newline at end of file