Skip to content

Commit 403343e

Browse files
csvirimetacosm
authored andcommitted
docs: use docs dir instead of docsy (#2443)
Signed-off-by: Attila Mészáros <[email protected]>
1 parent e512070 commit 403343e

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

Diff for: .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:

Diff for: README.md

+1-1

Diff for: docsy/.gitignore renamed to docs/.gitignore

File renamed without changes.

Diff for: docsy/.nvmrc renamed to docs/.nvmrc

File renamed without changes.

Diff for: docsy/Dockerfile renamed to docs/Dockerfile

File renamed without changes.

Diff for: docsy/LICENSE renamed to docs/LICENSE

File renamed without changes.

Diff for: docsy/README.md renamed to docs/README.md

File renamed without changes.
File renamed without changes.

Diff for: docsy/config.yaml renamed to docs/config.yaml

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

Diff for: docsy/docsy.work renamed to docs/docsy.work

File renamed without changes.
File renamed without changes.

Diff for: docsy/go.mod renamed to docs/go.mod

File renamed without changes.

Diff for: docsy/go.sum renamed to docs/go.sum

File renamed without changes.

Diff for: 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.

Diff for: docsy/netlify.toml renamed to docs/netlify.toml

File renamed without changes.

Diff for: docsy/package.json renamed to docs/package.json

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)