Skip to content

Commit

Permalink
using foliage-action v1.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
estebanlm committed Feb 5, 2025
1 parent 310ab71 commit de54f0f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-staging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: "Generate static HTML"
uses: estebanlm/foliage-action@main
uses: estebanlm/foliage-action@v1.4.4
- name: "Upload to server"
uses: up9cloud/action-rsync@v1.3
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: "Generate static HTML"
uses: estebanlm/foliage-action@main
uses: estebanlm/foliage-action@v1.4.4
with:
source: './site'
target: 'generated'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: "Generate static HTML"
uses: estebanlm/foliage-action@main
uses: estebanlm/foliage-action@v1.4.4
with:
source: './site'
target: 'generated'

0 comments on commit de54f0f

Please sign in to comment.