We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4067179 commit f4e80ceCopy full SHA for f4e80ce
.github/workflows/gh-pages.yml
@@ -148,6 +148,8 @@ jobs:
148
- run: npm install -g postcss-cli --save-dev
149
- run: npm install --verbose
150
151
+ - run: mkdir ./public
152
+
153
- name: Build
154
env:
155
# HUGO_ENVIRONMENT: staging
config/_default/hugo.yaml
@@ -20,8 +20,6 @@ enableRobotsTXT: false
20
# assetDir: Location where Hugo looks for assets
21
assetDir: static
22
23
-publishDir: "public"
24
-
25
# Enable .GitInfo object for each page. This will give values to .Lastmod etc.
26
enableGitInfo: false
27
0 commit comments