Skip to content

Commit

Permalink
Update update_wiki.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Gokul-KG authored Aug 9, 2024
1 parent 5fa5562 commit 16dd9c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update_wiki.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ jobs:
echo "Removing old wiki content..."
rm -rf wiki/*
- name: Rename README.md to Introduction.md and Copy Files to Wiki
- name: Copy Files to Wiki
run: |
echo "copying files..."
echo "Copying files..."
cp -r docs/* wiki/
ls -la wiki # List files to verify copying
Expand Down

0 comments on commit 16dd9c3

Please sign in to comment.