Skip to content

Commit

Permalink
AI please stand up
Browse files Browse the repository at this point in the history
  • Loading branch information
baynezy committed Feb 10, 2024
1 parent 5088bd9 commit 67c4979
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
run: |
cd gh-pages
git status
find . -path ./.git -prune -o -exec rm -rf {} \;
find . -mindepth 1 -path ./.git -prune -o -exec rm -rf {} \;
ls
git status
Expand Down

0 comments on commit 67c4979

Please sign in to comment.