Compare commits
1 Commits
05a4dafebc
...
221cded29a
Author | SHA1 | Date | |
---|---|---|---|
![]() |
221cded29a |
@@ -5,12 +5,13 @@ on:
|
|||||||
- push
|
- push
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
get:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout main
|
- uses: actions/checkout@v4
|
||||||
uses: actions/checkout@v4
|
zola:
|
||||||
- name: Build only
|
runs-on: ubuntu-latest
|
||||||
uses: shalzz/zola-deploy-action@v0.20.0
|
container:
|
||||||
env:
|
image: jauderho/zola
|
||||||
BUILD_ONLY: true
|
steps:
|
||||||
|
- run: ls -l
|
||||||
|
Reference in New Issue
Block a user