Skip to content

Commit

Permalink
Update example for Sage 11
Browse files Browse the repository at this point in the history
  • Loading branch information
retlehs authored Feb 28, 2025
1 parent 25b6fea commit 6801eb8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions examples/sage.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Placeholder `setup-trellis-cli` action for deploying Trellis sites with Sage 10-based themes
# Placeholder `setup-trellis-cli` action for deploying Trellis sites with Sage based themes
#
# ⚠️ This example assumes your theme is using Sage 10
# ⚠️ This example assumes your theme is using Sage 11
#
# Replace `sage` with your theme folder

Expand All @@ -20,8 +20,8 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: '20'
cache: yarn
cache-dependency-path: site/web/app/themes/sage/yarn.lock
cache: npm
cache-dependency-path: site/web/app/themes/sage/package-lock.json
- uses: shimataro/ssh-key-action@v2
with:
key: ${{ secrets.TRELLIS_DEPLOY_SSH_PRIVATE_KEY }}
Expand Down

0 comments on commit 6801eb8

Please sign in to comment.