diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index 4fbac9a..04b0e8b 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -26,9 +26,15 @@ jobs: - name: Run tests run: | pytest - - name: Build docs with mkdocs + - name: build package with flit run: | - pip install mkdocs mkdocs-material mkdocs-material-extensions - cd docs - mkdocs build - find site \ No newline at end of file + pip install -U flit + flit build + find dist + + # - name: Build docs with mkdocs + # run: | + # pip install mkdocs mkdocs-material mkdocs-material-extensions + # cd docs + # mkdocs build + # find site \ No newline at end of file