Skip to content

Create README.md https://github.com/MechMind-dwv/core-system.git #6

Create README.md https://github.com/MechMind-dwv/core-system.git

Create README.md https://github.com/MechMind-dwv/core-system.git #6

Workflow file for this run

name: Deploy MechMind Site
on:
push:
branches: ["main"]
workflow_dispatch:
jobs:
deploy:
runs-on: elubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build
run: |
echo "🤖 Construyendo sitio MechMind..."
mkdir -p public
shopt -s extglob
cp -r !(public|.git|.github) public/
- uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./public/public