Skip to content

Commit 889f033

Browse files
authored
Update pages.yml
1 parent 01132d7 commit 889f033

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/pages.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ jobs:
1414
run: |
1515
echo "🤖 Construyendo sitio MechMind..."
1616
mkdir -p public
17-
cp -r * public/
17+
shopt -s extglob
18+
cp -r !(public|.git|.github) public/
1819
- uses: peaceiris/actions-gh-pages@v3
1920
with:
2021
github_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)