Skip to content

Commit

Permalink
fix(ci): reference to mkdocs file was wrong
Browse files Browse the repository at this point in the history
  • Loading branch information
yohanb committed Dec 10, 2024
1 parent 9cc7868 commit 0309a71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
key: ${{ github.sha }}
path: .cache
- name: Build site (_site directory name is used for Jekyll compatiblity)
run: mkdocs build --config-file ./mkdocs.yml --site-dir ./_site
run: mkdocs build --config-file ./mkdocs.yaml --site-dir ./_site
- name: Upload artifact
uses: actions/upload-pages-artifact@v3

Expand Down

0 comments on commit 0309a71

Please sign in to comment.