File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 5
5
# Runs on pushes targeting the default branch
6
6
push :
7
7
branches :
8
- - main
8
+ - production
9
9
10
10
# Allows you to run this workflow manually from the Actions tab
11
11
workflow_dispatch :
Original file line number Diff line number Diff line change 1
- baseURL = ' https://example.org /'
1
+ baseURL = ' https://dasc-lab.github.io /'
2
2
languageCode = ' en-us'
3
3
title = ' DASC Lab UMich'
4
4
Original file line number Diff line number Diff line change 1
1
# DASC Lab Website
2
2
3
3
4
- ## Local Development
4
+ ## Development
5
5
Install Hugo, following the steps at https://gohugo.io/installation/
6
6
This website was built using Hugo v0.132.1
7
7
@@ -11,7 +11,7 @@ hugo server
11
11
```
12
12
and navigate to the url, usually ` http://localhost:1313/ ` .
13
13
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 ` .
15
15
The github workflows will automatically deploy the new version of the website.
16
16
17
17
## Adding Content
You can’t perform that action at this time.
0 commit comments