1 parent aa6ab64 commit 8761b5bCopy full SHA for 8761b5b
4 files changed
.github/workflows/demo-site.yml
@@ -4,6 +4,11 @@ name: Deploy Hugo site to Pages
4
on:
5
# Runs on pushes targeting the default branch
6
push:
7
+ paths-ignore:
8
+ - "images/**"
9
+ - "LICENSE"
10
+ - "Makefile"
11
+ - "README.md"
12
branches: ["main"]
13
14
# Allows you to run this workflow manually from the Actions tab
README.md
@@ -61,7 +61,7 @@ hugo server
61
## How to configure
62
63
There are a few configuration options that you can add to your `hugo.toml` file.
64
-Check (example site)[exampleSite/hugo.toml] for more info.
+Check [example site](exampleSite/hugo.toml) for more info.
65
66
*Supported social media links*:
67
images/screenshot.png
-541 KB
images/tn.png
-382 KB
0 commit comments