Skip to content

Commit 2b01660

Browse files
authored
Merge pull request #1 from dasc-lab/main
Change workflow to production branch.
2 parents b2d68b5 + fdb67db commit 2b01660

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/hugo.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
# Runs on pushes targeting the default branch
66
push:
77
branches:
8-
- main
8+
- production
99

1010
# Allows you to run this workflow manually from the Actions tab
1111
workflow_dispatch:

hugo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
baseURL = 'https://example.org/'
1+
baseURL = 'https://dasc-lab.github.io/'
22
languageCode = 'en-us'
33
title = 'DASC Lab UMich'
44

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# DASC Lab Website
22

33

4-
## Local Development
4+
## Development
55
Install Hugo, following the steps at https://gohugo.io/installation/
66
This website was built using Hugo v0.132.1
77

@@ -11,7 +11,7 @@ hugo server
1111
```
1212
and navigate to the url, usually `http://localhost:1313/`.
1313

14-
After the changes have been made, commit them onto a new branch, and create a PR to merge the content into `main`.
14+
After the changes have been made, commit them onto a new branch, and create a PR to merge the content into `production`.
1515
The github workflows will automatically deploy the new version of the website.
1616

1717
## Adding Content

0 commit comments

Comments
 (0)