We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ee09ea commit 52df25bCopy full SHA for 52df25b
.github/workflows/github-pages.yml
@@ -29,7 +29,6 @@ concurrency:
29
defaults:
30
run:
31
shell: bash
32
- working-directory: docs
33
34
jobs:
35
# Build job
@@ -51,6 +50,7 @@ jobs:
51
50
uses: actions/configure-pages@v4
52
- name: Install Node.js dependencies
53
run: if [[ -f package-lock.json || -f npm-shrinkwrap.json ]]; then npm ci; fi
+ working-directory: docs
54
- name: Build with Hugo
55
env:
56
# For maximum backward compatibility with Hugo modules
@@ -60,6 +60,7 @@ jobs:
60
hugo \
61
--minify \
62
--baseURL "${{ steps.pages.outputs.base_url }}/"
63
64
- name: Upload artifact
65
if: github.ref == 'refs/heads/main'
66
uses: actions/upload-pages-artifact@v3
0 commit comments