diff --git a/examples/sage.yml b/examples/sage.yml index 8ac78b4..e63af38 100644 --- a/examples/sage.yml +++ b/examples/sage.yml @@ -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 @@ -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 }}