forked from blizzthewolf/SeaCogs
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
|
fetch-depth: 0
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
export PATH="$HOME/.local/bin:$PATH"
|
|
||||||
poetry config virtualenvs.create false
|
|
||||||
poetry install --with docs --with dev --no-root
|
poetry install --with docs --with dev --no-root
|
||||||
- name: Build the documentation
|
- name: Build the documentation
|
||||||
run: |
|
run: |
|
||||||
export PATH="$HOME/.local/bin:$PATH"
|
|
||||||
mkdocs build
|
mkdocs build
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
- name: Deploy the documentation to Meli (CoastalCommits Pages)
|
- name: Deploy the documentation to Meli (CoastalCommits Pages)
|
||||||
|
|
Loading…
Reference in a new issue