Skip to content

feat(Buscador): agregar flexsearch #23

feat(Buscador): agregar flexsearch

feat(Buscador): agregar flexsearch #23

Workflow file for this run

name: Construir y publicar el sitio con Nikola
on:
push:
branches: [ master ]
paths:
- conf.py
- pages/**
- themes/**
- plugins/**
- images/**
- files/**
pull_request:
branches: [ master ]
paths:
- conf.py
- pages/**
- themes/**
- plugins/**
- images/**
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Buildear con Nikola y publicar a GH Pages
uses: getnikola/nikola-action@v8
with:
dry_run: ${{ github.event_name == 'pull_request' }} # Solo build, no deploy