Skip to content

Commit

Permalink
Hugo Version Change
Browse files Browse the repository at this point in the history
  • Loading branch information
adilfazal-aspose committed Apr 25, 2024
1 parent de1769a commit 075ef7d
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/adapters-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- name: Setup Hugo
uses: peaceiris/actions-hugo@v2
with:
hugo-version: '0.117.0'
hugo-version: '0.101.0'
extended: true
- name: Install Dependicies1
run: npm install -D --save autoprefixer
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/family-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- name: Setup Hugo
uses: peaceiris/actions-hugo@v2
with:
hugo-version: '0.117.0'
hugo-version: '0.101.0'
extended: true
- name: Install Dependicies1
run: npm install -D --save autoprefixer
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/family-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- name: Setup Hugo
uses: peaceiris/actions-hugo@v2
with:
hugo-version: '0.117.0'
hugo-version: '0.101.0'
extended: true
- name: Install Dependicies1
run: npm install -D --save autoprefixer
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/java-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Setup Hugo
uses: peaceiris/actions-hugo@v2
with:
hugo-version: '0.117.0'
hugo-version: '0.101.0'
extended: true
- name: Install Dependicies1
run: npm install -D --save autoprefixer
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/java-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- name: Setup Hugo
uses: peaceiris/actions-hugo@v2
with:
hugo-version: '0.117.0'
hugo-version: '0.101.0'
extended: true
- name: Install Dependicies1
run: npm install -D --save autoprefixer
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/net-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Setup Hugo
uses: peaceiris/actions-hugo@v2
with:
hugo-version: '0.117.0'
hugo-version: '0.101.0'
extended: true
- name: Install Dependicies1
run: npm install -D --save autoprefixer
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/net-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- name: Setup Hugo
uses: peaceiris/actions-hugo@v2
with:
hugo-version: '0.117.0'
hugo-version: '0.101.0'
extended: true
- name: Install Dependicies1
run: npm install -D --save autoprefixer
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python-net-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Setup Hugo
uses: peaceiris/actions-hugo@v2
with:
hugo-version: '0.117.0'
hugo-version: '0.101.0'
extended: true
- name: Install Dependicies1
run: npm install -D --save autoprefixer
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python-net-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- name: Setup Hugo
uses: peaceiris/actions-hugo@v2
with:
hugo-version: '0.117.0'
hugo-version: '0.101.0'
extended: true
- name: Install Dependicies1
run: npm install -D --save autoprefixer
Expand Down

0 comments on commit 075ef7d

Please sign in to comment.