fix(workflow): removed some useless lines
This commit is contained in:
parent
3d8a064bed
commit
fcf369387c
1 changed files with 0 additions and 3 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue