feat: set hugo version for azure static web build

This commit is contained in:
Colin
2022-05-10 15:51:46 +08:00
parent b442e2b8a4
commit e77792122c
2 changed files with 2 additions and 2 deletions

View File

@@ -31,6 +31,8 @@ jobs:
api_location: "" # Api source code path - optional
output_location: "public" # Built app content directory - optional
###### End of Repository/Build Configurations ######
env:
HUGO_VERSION: 0.91.2
close_pull_request_job:
if: github.event_name == 'pull_request' && github.event.action == 'closed'