Skip to content

Commit

Permalink
Updated Workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
AutumnThyme committed Feb 9, 2025
1 parent 458364c commit 55ccdd8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/autodoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:
- name: Filter and copy .md files
run: |
mkdir -p temp-dir/objects temp-dir/static
find Assets/Docs/objects -name '*.md' -exec cp {} temp-dir/objects/ \;
find Assets/Docs/static -name '*.md' -exec cp {} temp-dir/static/ \;
find Docs/objects -name '*.md' -exec cp {} temp-dir/objects/ \;
find Docs/static -name '*.md' -exec cp {} temp-dir/static/ \;
echo "Copied .md files to temp-dir/objects:"
ls temp-dir/objects
echo "Copied .md files to temp-dir/static:"
Expand Down

0 comments on commit 55ccdd8

Please sign in to comment.