ci: with install_dependencies
This commit is contained in:
parent
64a00bdbef
commit
a9afd48a4e
2
.github/workflows/eleventy.yaml
vendored
2
.github/workflows/eleventy.yaml
vendored
@ -11,3 +11,5 @@ jobs:
|
|||||||
run: echo "LAST_COMMIT=`git rev-parse --short HEAD`" >> $GITHUB_ENV
|
run: echo "LAST_COMMIT=`git rev-parse --short HEAD`" >> $GITHUB_ENV
|
||||||
- name: Build
|
- name: Build
|
||||||
uses: TartanLlama/actions-eleventy@master
|
uses: TartanLlama/actions-eleventy@master
|
||||||
|
with:
|
||||||
|
install_dependencies: true
|
||||||
|
Loading…
Reference in New Issue
Block a user