fix: Corregir ejecucion de Zola
Some checks failed
Zola / build-and-deploy (push) Failing after 2s

This commit is contained in:
Alejandro Guerrero 2025-12-14 00:59:15 +01:00
parent d9e916d52d
commit 603479726a
Signed by: alejandrogs73
GPG key ID: 1CFF10953BEE333C

View file

@ -8,9 +8,9 @@ jobs:
- name: Checkout - name: Checkout
uses: actions/checkout@v3 uses: actions/checkout@v3
- name: Zola
run: | - name: Build con Nix
zola build run: nix-shell -p zola --run "zola build"
- name: Nginx - name: Nginx
run: | run: |