coba
Some checks failed
eleventy / build (push) Failing after 20s

This commit is contained in:
rizaldy 2024-02-13 10:40:10 +07:00
parent b34bb3ac78
commit 74d2fe5292

View File

@ -7,10 +7,12 @@ jobs:
steps:
- uses: actions/checkout@master
- id: last_commit
run: echo "git_hash=$(git rev-parse --short "$GITHUB_SHA")" >> $LAST_COMMIT
- name: Build
uses: TartanLlama/actions-eleventy@master
env:
LAST_COMMIT: ${{ vars.GITHUB_REF_NAME }}
LAST_COMMIT: ${{ env.last_commit }}
with:
install_dependencies: true
- uses: actions/setup-node@v3