We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c2a24a commit 3604c8fCopy full SHA for 3604c8f
.github/workflows/hugo.yaml
@@ -5,7 +5,7 @@ on:
5
# Runs on pushes targeting the default branch
6
push:
7
branches:
8
- - production
+ - main
9
10
# Allows you to run this workflow manually from the Actions tab
11
workflow_dispatch:
readme.md
@@ -11,7 +11,7 @@ hugo server
```
12
and navigate to the url, usually `http://localhost:1313/`.
13
14
-After the changes have been made, commit them onto a new branch, and create a PR to merge the content into `production`.
+After the changes have been made, commit them onto a new branch, and create a PR to merge the content into `main`.
15
The github workflows will automatically deploy the new version of the website.
16
17
## Adding Content
0 commit comments