Skip to content

Commit 97f4f08

Browse files
committed
path fixes
Signed-off-by: Attila Mészáros <[email protected]>
1 parent f6df455 commit 97f4f08

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/hugo.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
id: pages
5050
uses: actions/configure-pages@v5
5151
- name: Install Node.js dependencies
52-
working-directory: ./docsy
52+
working-directory: ./docs
5353
run: |
5454
[[ -f package-lock.json || -f npm-shrinkwrap.json ]] && npm ci || true
5555
npm install -D autoprefixer
@@ -61,7 +61,7 @@ jobs:
6161
HUGO_ENVIRONMENT: production
6262
HUGO_ENV: production
6363
TZ: America/Los_Angeles
64-
working-directory: ./docsy
64+
working-directory: ./docs
6565
run: |
6666
hugo \
6767
--gc \
@@ -70,7 +70,7 @@ jobs:
7070
- name: Upload artifact
7171
uses: actions/upload-pages-artifact@v3
7272
with:
73-
path: ./docsy/public
73+
path: ./docs/public
7474

7575
# Deployment job
7676
deploy:

docs/hugo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ github_repo = "https://github.com/operator-framework/java-operator-sdk/"
110110
# github_project_repo = "https://github.com/operator-framework/java-operator-sdk"
111111

112112
# Specify a value here if your content directory is not in your repo's root directory
113-
github_subdir = "docsy"
113+
github_subdir = "docs"
114114

115115
# Uncomment this if your GitHub repo does not have "main" as the default branch,
116116
# or specify a new value if you want to reference another branch in your GitHub links

0 commit comments

Comments
 (0)