Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading