diff --git a/.forgejo/workflows/workflow.yaml b/.forgejo/workflows/workflow.yaml index 95d1b8c..56c3887 100644 --- a/.forgejo/workflows/workflow.yaml +++ b/.forgejo/workflows/workflow.yaml @@ -16,12 +16,9 @@ jobs: fetch-depth: 0 - name: Install dependencies run: | - export PATH="$HOME/.local/bin:$PATH" - poetry config virtualenvs.create false poetry install --with docs --with dev --no-root - name: Build the documentation run: | - export PATH="$HOME/.local/bin:$PATH" mkdocs build continue-on-error: true - name: Deploy the documentation to Meli (CoastalCommits Pages)