Skip to content

Commit de824d7

Browse files
committed
docs: use docs dir instead of docsy (#2443)
Signed-off-by: Attila Mészáros <[email protected]>
1 parent 444a538 commit de824d7

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

57 files changed

+5
-5
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:

README.md

+1-1
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

docsy/hugo.toml renamed to 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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)