Skip to content

Commit eeed540

Browse files
author
Steve Dong
committed
add pull submodule
1 parent 0810246 commit eeed540

2 files changed

Lines changed: 3 additions & 6 deletions

File tree

.github/workflows/hugo-publis.yaml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
11
# Sample workflow for building and deploying a Hugo site to GitHub Pages
22
name: Deploy Hugo site to Pages
33

4-
on:
5-
# Runs on pushes targeting the default branch
6-
push:
7-
branches:
8-
- main
4+
on: push
5+
96

107
# Allows you to run this workflow manually from the Actions tab
118
workflow_dispatch:

config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
baseurl: https://echowings.github.io
1+
baseurl: /
22
languageCode: en-us
33
theme: hugo-theme-stack
44
relativeURLs : true

0 commit comments

Comments
 (0)