Skip to content

Commit ffea777

Browse files
authored
Merge pull request #71 from stumbo/fixRobots.txt
Add mkdir public
2 parents 5557c3c + f4e80ce commit ffea777

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/gh-pages.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,8 @@ jobs:
148148
- run: npm install -g postcss-cli --save-dev
149149
- run: npm install --verbose
150150

151+
- run: mkdir ./public
152+
151153
- name: Build
152154
env:
153155
# HUGO_ENVIRONMENT: staging

config/_default/hugo.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ enableRobotsTXT: false
2020
# assetDir: Location where Hugo looks for assets
2121
assetDir: static
2222

23-
publishDir: "public"
24-
2523
# Enable .GitInfo object for each page. This will give values to .Lastmod etc.
2624
enableGitInfo: false
2725

0 commit comments

Comments
 (0)