mirror of
https://github.com/kennethreitz/instructor.git
synced 2026-06-05 22:50:18 +00:00
fix: issue with poetry run mkdocs
This commit is contained in:
@@ -32,16 +32,16 @@ jobs:
|
||||
- name: Install Poetry
|
||||
uses: snok/install-poetry@v1.3.1
|
||||
|
||||
- name: Install Requirements
|
||||
- name: Install APT packages
|
||||
run: |
|
||||
sudo apt-get update &&
|
||||
sudo apt-get install pngquant
|
||||
|
||||
- name: Install dependencies
|
||||
- name: Install via Poetry
|
||||
run: poetry install --with dev,docs
|
||||
|
||||
env:
|
||||
GH_TOKEN: ${{ secrets.GH_TOKEN }}
|
||||
|
||||
- name: Build and deploy MkDocs
|
||||
run: mkdocs gh-deploy --force
|
||||
run: poetry run mkdocs gh-deploy --force
|
||||
Reference in New Issue
Block a user