Skip to content

Commit

Permalink
Fix docs deployment workflow again
Browse files Browse the repository at this point in the history
  • Loading branch information
joined committed Dec 16, 2023
1 parent 1c3ffe3 commit 40cf04e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
# `_site` directory name is used for Jekyll compatiblity, see https://github.com/actions/upload-pages-artifact/blob/main/action.yml#L12
run: |
cd mkdocs
mkdocs build --config-file ./mkdocs.yml --site-dir ./_site
mkdocs build --config-file ./mkdocs.yml --site-dir ../_site
- name: Upload artifact
uses: actions/upload-pages-artifact@v2

Expand Down

0 comments on commit 40cf04e

Please sign in to comment.