Skip to content

Commit

Permalink
update foliage-action version
Browse files Browse the repository at this point in the history
  • Loading branch information
estebanlm committed Feb 5, 2025
1 parent 5a4b584 commit cc9426a
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@v1.4.2
uses: estebanlm/foliage-action@v1.4.3
- 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@v1.4.2
uses: estebanlm/foliage-action@v1.4.3
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@v1.4.2
uses: estebanlm/foliage-action@v1.4.3
with:
source: './site'
target: 'generated'

0 comments on commit cc9426a

Please sign in to comment.