diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index a0e9d86..601e781 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -22,8 +22,9 @@ jobs: needs: - checkout steps: - - name: Build docs to webpage - run: docs2website config.yaml + # - name: Build docs to webpage + # run: docs2website config.yaml - name: List files - run: ls -l www + run: ls -l + # run: ls -l www