Skip to content

Commit

Permalink
Arreglar deploy a GH Pages #166 from PyAr/fix-cname
Browse files Browse the repository at this point in the history
  • Loading branch information
akielbowicz authored Jul 6, 2024
2 parents 904bbc3 + 1a8d500 commit 802259e
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 32 deletions.
65 changes: 33 additions & 32 deletions .github/workflows/build_docs.yml
Original file line number Diff line number Diff line change
@@ -1,32 +1,33 @@
name: Construir y publicar el sitio con Nikola

on:
push:
branches: [ master ]
paths:
- conf.py
- pages/**
- themes/**
- plugins/**
- images/**

pull_request:
branches: [ master ]
paths:
- conf.py
- pages/**
- themes/**
- plugins/**
- images/**

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
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/**

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
File renamed without changes.

0 comments on commit 802259e

Please sign in to comment.