fix(workflow): removed some useless lines

This commit is contained in:
Seaswimmer 2024-01-07 11:53:35 +00:00
parent 3d8a064bed
commit fcf369387c
Signed by untrusted user: cswimr
GPG key ID: D74DDDDF420E13DF

View file

@ -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)