Skip to content

Commit e1ca226

Browse files
committed
Fixed actions branch
1 parent 06d4bbd commit e1ca226

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name: Deploy Hugo site to Pages
44
on:
55
# Runs on pushes targeting the default branch
66
push:
7-
branches: ["main"]
7+
branches: ["site"]
88

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

config/_default/params.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ defaultImage = "default-image.png" # put in `./assets/images/`
6565
fillImage = "1270x740 Center" # normalize image size
6666

6767
# Footer
68-
footer = "<div class=\"d-flex justify-content-between\"><div>Copyright (c) 2015-2022 Piperift.</div><div class=\"px-2\">Powered by <a class=\"text-muted\" href=\"https://gohugo.io/\">Hugo</a> and <a class=\"text-muted\" href=\"https://getdoks.org/\">Doks</a></div></div>"
68+
footer = "<div class=\"d-flex justify-content-between\"><div>Copyright (c) 2015-2022 Piperift. </div><div class=\"px-2\">Powered by <a class=\"text-muted\" href=\"https://gohugo.io/\">Hugo</a> and <a class=\"text-muted\" href=\"https://getdoks.org/\">Doks</a></div></div>"
6969

7070
# Feed
7171
copyRight = "Copyright (c) 2015-2022 Piperift"

0 commit comments

Comments
 (0)