Skip to content

Commit 3ef2e65

Browse files
committed
set custom hugo version based on papermod dependency
1 parent 91cf549 commit 3ef2e65

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/azure-static-web-apps-polite-desert-0d7e29010.yml

+3-4
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,6 @@ jobs:
1818
- uses: actions/checkout@v2
1919
with:
2020
submodules: true
21-
- name: Setup Hugo
22-
uses: peaceiris/actions-hugo@v2
23-
with:
24-
hugo-version: 'latest'
2521
- name: Build And Deploy
2622
id: builddeploy
2723
uses: Azure/static-web-apps-deploy@v1
@@ -34,6 +30,8 @@ jobs:
3430
app_location: "/" # App source code path
3531
api_location: "" # Api source code path - optional
3632
output_location: "public" # Built app content directory - optional
33+
env:
34+
HUGO_VERSION: 0.145.0
3735
###### End of Repository/Build Configurations ######
3836

3937
close_pull_request_job:
@@ -47,3 +45,4 @@ jobs:
4745
with:
4846
azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN_POLITE_DESERT_0D7E29010 }}
4947
action: "close"
48+

0 commit comments

Comments
 (0)