Skip to content

Commit

Permalink
Switch Eleventy runner
Browse files Browse the repository at this point in the history
  • Loading branch information
jegtnes committed Mar 1, 2024
1 parent ccb2f7b commit 48ec80e
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,8 @@ jobs:
run: echo "TMP_FOLDER=/tmp/${{github.event.repository.name}}-${{env.DATETIME}}" >> $GITHUB_ENV
- name: Echo Node version
run: node -v
- name: Build 11ty site
uses: TartanLlama/actions-eleventy@master
with:
install_dependencies: true
- name: Build Eleventy site
uses: extrawitz/11ty-dockerless-build@v1
- name: Transfer built site to server
uses: appleboy/scp-action@master
with:
Expand Down

0 comments on commit 48ec80e

Please sign in to comment.