This commit is contained in:
parent
d9e916d52d
commit
603479726a
1 changed files with 3 additions and 3 deletions
|
|
@ -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: |
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue