Add clean step to workflow
All checks were successful
Build Jekyll weblog / build (push) Successful in 3s
All checks were successful
Build Jekyll weblog / build (push) Successful in 3s
This commit is contained in:
parent
d836338b70
commit
bb8b93db47
4
.github/workflows/weblog.yaml
vendored
4
.github/workflows/weblog.yaml
vendored
@ -18,6 +18,10 @@ jobs:
|
||||
lfs: false
|
||||
token: ${{ gitea.token }}
|
||||
fetch: 1
|
||||
- name: Clean 🧹
|
||||
run: bundle exec --no-color jekyll clean -d $OUT_DIR
|
||||
env:
|
||||
OUT_DIR: ${{ secrets.PUB_DIR }}
|
||||
- run: echo "Trying to build commit ${{ gitea.ref }} from repository."
|
||||
- name: Build ⚙️
|
||||
run: bundle exec --no-color jekyll build -d $OUT_DIR
|
||||
|
Loading…
x
Reference in New Issue
Block a user