mirror of
https://github.com/nlohmann/json.git
synced 2026-03-06 09:16:25 +00:00
💚 fix documentation deploy
This commit is contained in:
9
.github/workflows/publish_documentation.yml
vendored
9
.github/workflows/publish_documentation.yml
vendored
@@ -31,5 +31,10 @@ jobs:
|
||||
- name: Install virtual environment
|
||||
run: make install_venv -C docs/mkdocs
|
||||
|
||||
- name: Publish documentation
|
||||
run: make publish -C docs/mkdocs
|
||||
- name: Build documentation
|
||||
run: make build -C docs/mkdocs
|
||||
|
||||
- name: Deploy documentation
|
||||
uses: JamesIves/github-pages-deploy-action@v4
|
||||
with:
|
||||
folder: docs/mkdocs/site
|
||||
|
||||
Reference in New Issue
Block a user