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 fdacea6 commit 8e03908Copy full SHA for 8e03908
config.yaml
@@ -1,4 +1,3 @@
1
-baseURL: "https://www.example.com/"
2
languageCode: "en-us"
3
4
title: "Arnaud Langlade"
workflows/hugo.yaml
@@ -47,8 +47,6 @@ jobs:
47
- name: Setup Pages
48
id: pages
49
uses: actions/configure-pages@v4
50
- - name: Install Node.js dependencies
51
- run: "[[ -f package-lock.json || -f npm-shrinkwrap.json ]] && npm ci || true"
52
- name: Build with Hugo
53
env:
54
# For maximum backward compatibility with Hugo modules
0 commit comments