Skip to content

Commit 029ce4f

Browse files
csvirimetacosm
authored andcommitted
docs: use docs dir instead of docsy (#2443)
Signed-off-by: Attila Mészáros <csviri@gmail.com>
1 parent c0873da commit 029ce4f

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

Lines changed: 3 additions & 3 deletions
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

Lines changed: 1 addition & 1 deletion
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)