Skip to content

Commit

Permalink
this better work.
Browse files Browse the repository at this point in the history
  • Loading branch information
SeanErn committed Dec 5, 2024
1 parent e439a1b commit b2f59f0
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,12 @@ jobs:
- name: Build MkDocs
run: |
mkdocs build -f docs/mkdocs/mkdocs.yml -d site
cd docs/mkdocs
mkdocs build
mkdir -p ../../site
cp -r site/* ../../site/
echo "Site directory after MkDocs build:"
ls -la site/
ls -la ../../site/
- uses: peaceiris/actions-gh-pages@v3
with:
Expand Down

0 comments on commit b2f59f0

Please sign in to comment.