We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91cf549 commit 3ef2e65Copy full SHA for 3ef2e65
.github/workflows/azure-static-web-apps-polite-desert-0d7e29010.yml
@@ -18,10 +18,6 @@ jobs:
18
- uses: actions/checkout@v2
19
with:
20
submodules: true
21
- - name: Setup Hugo
22
- uses: peaceiris/actions-hugo@v2
23
- with:
24
- hugo-version: 'latest'
25
- name: Build And Deploy
26
id: builddeploy
27
uses: Azure/static-web-apps-deploy@v1
@@ -34,6 +30,8 @@ jobs:
34
30
app_location: "/" # App source code path
35
31
api_location: "" # Api source code path - optional
36
32
output_location: "public" # Built app content directory - optional
33
+ env:
+ HUGO_VERSION: 0.145.0
37
###### End of Repository/Build Configurations ######
38
39
close_pull_request_job:
@@ -47,3 +45,4 @@ jobs:
47
45
48
46
azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN_POLITE_DESERT_0D7E29010 }}
49
action: "close"
+
0 commit comments