Skip to content

Update and rename _config.yml to config.yml #7

Update and rename _config.yml to config.yml

Update and rename _config.yml to config.yml #7

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