Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
shreyashankar committed Sep 13, 2024
1 parent 9b58949 commit 894426c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
echo "Creating new docs directory..."
mkdir -p next-repo/public/docs
echo "Copying MkDocs site to Next.js repo..."
cp -rv site/* next-repo/public/docs/
cp -rv public/docs/* next-repo/public/docs/
cd next-repo
echo "Contents of public/docs directory:"
ls -R public/docs
Expand Down

0 comments on commit 894426c

Please sign in to comment.