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 f2921c5 commit dddc18dCopy full SHA for dddc18d
.github/workflows/hugo.yml
@@ -46,8 +46,10 @@ jobs:
46
- name: Setup Pages
47
id: pages
48
uses: actions/configure-pages@v5
49
+ - name: Install Yarn
50
+ run: npm install -g yarn
51
- name: Install Node.js dependencies
- run: "[[ -f package-lock.json || -f npm-shrinkwrap.json ]] && npm ci || true"
52
+ run: yarn install --frozen-lockfile || true
53
- name: Build with Hugo
54
env:
55
HUGO_CACHEDIR: ${{ runner.temp }}/hugo_cache
0 commit comments