Skip to content

Commit

Permalink
Update code action
Browse files Browse the repository at this point in the history
  • Loading branch information
JAs2701 authored Jan 21, 2025
1 parent 6926369 commit 881748c
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions .github/workflows/11ty.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,21 @@ jobs:
- uses: actions/checkout@master
with:
ref: main
- name: Build
uses: TartanLlama/actions-eleventy@master

- name: Setud Node
uses: actions/setup-node@v3;
with:
install_dependencies: true
node-version: "18"

- name: Install dependecies & build
run:
npm ci

- run: npm run build
#- name: Build
# uses: TartanLlama/actions-eleventy@master
# with:
# install_dependencies: true
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
Expand Down

0 comments on commit 881748c

Please sign in to comment.