mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-29 22:29:56 +02:00
Merge commit 'f96384a3b596f9bc0a3a035970b09b2c601f0ccb'
This commit is contained in:
@@ -1,18 +1,13 @@
|
||||
---
|
||||
title: Host on Azure Static Web Apps
|
||||
linktitle: Host on Azure Static Web Apps
|
||||
description: Deploy Hugo to Azure Static Web Apps and automate the whole process with Github Action Workflow
|
||||
date: 2021-03-12
|
||||
publishdate: 2021-03-12
|
||||
description: Deploy Hugo to Azure Static Web Apps and automate the whole process with GitHub Action Workflow
|
||||
categories: [hosting and deployment]
|
||||
keywords: [azure,git,deployment,hosting]
|
||||
authors: [Aaron Powell]
|
||||
menu:
|
||||
docs:
|
||||
parent: "hosting-and-deployment"
|
||||
parent: hosting-and-deployment
|
||||
weight: 10
|
||||
weight: 10
|
||||
sections_weight: 10
|
||||
toc: true
|
||||
---
|
||||
|
||||
@@ -24,7 +19,7 @@ _The following documentation covers how to use GitHub Actions for the deployment
|
||||
|
||||
1. You have Git 2.8 or greater [installed on your machine][installgit].
|
||||
2. You have a GitHub account. [Signing up][ghsignup] for GitHub is free.
|
||||
3. You have an Azure account. You can sign up for a [Free Trail][azuretrial].
|
||||
3. You have an Azure account. You can sign up for a [Free Trial][azuretrial].
|
||||
4. You have a ready-to-publish Hugo website or have at least completed the [Quick Start].
|
||||
|
||||
## Deploy Hugo to Azure Static Web Apps
|
||||
|
Reference in New Issue
Block a user