mirror of
https://github.com/nlohmann/json.git
synced 2025-08-06 07:02:42 +03:00
💚 fix documentation deploy
This commit is contained in:
8
.github/workflows/publish_documentation.yml
vendored
8
.github/workflows/publish_documentation.yml
vendored
@@ -35,9 +35,7 @@ jobs:
|
||||
run: make build -C docs/mkdocs
|
||||
|
||||
- name: Deploy documentation
|
||||
uses: crazy-max/ghaction-github-pages@v4
|
||||
uses: peaceiris/actions-gh-pages@v3
|
||||
with:
|
||||
target_branch: gh-pages
|
||||
build_dir: docs/mkdocs/site
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
publish_dir: ./docs/mkdocs/site
|
||||
|
Reference in New Issue
Block a user