File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 49
49
id : pages
50
50
uses : actions/configure-pages@v5
51
51
- name : Install Node.js dependencies
52
- working-directory : ./docsy
52
+ working-directory : ./docs
53
53
run : |
54
54
[[ -f package-lock.json || -f npm-shrinkwrap.json ]] && npm ci || true
55
55
npm install -D autoprefixer
61
61
HUGO_ENVIRONMENT : production
62
62
HUGO_ENV : production
63
63
TZ : America/Los_Angeles
64
- working-directory : ./docsy
64
+ working-directory : ./docs
65
65
run : |
66
66
hugo \
67
67
--gc \
70
70
- name : Upload artifact
71
71
uses : actions/upload-pages-artifact@v3
72
72
with :
73
- path : ./docsy /public
73
+ path : ./docs /public
74
74
75
75
# Deployment job
76
76
deploy :
Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ github_repo = "https://github.com/operator-framework/java-operator-sdk/"
110
110
# github_project_repo = "https://github.com/operator-framework/java-operator-sdk"
111
111
112
112
# Specify a value here if your content directory is not in your repo's root directory
113
- github_subdir = " docsy "
113
+ github_subdir = " docs "
114
114
115
115
# Uncomment this if your GitHub repo does not have "main" as the default branch,
116
116
# or specify a new value if you want to reference another branch in your GitHub links
You can’t perform that action at this time.
0 commit comments