We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d81d7d4 commit 260b324Copy full SHA for 260b324
.github/workflows/hugo.yml
@@ -43,11 +43,6 @@ jobs:
43
uses: actions/checkout@v4
44
with:
45
submodules: recursive
46
- - name: Setup Pages
47
- id: pages
48
- uses: actions/configure-pages@v5
49
- - name: Install Node.js dependencies
50
- run: "[[ -f package-lock.json || -f npm-shrinkwrap.json ]] && npm ci || true"
51
- name: Build with Hugo
52
env:
53
HUGO_CACHEDIR: ${{ runner.temp }}/hugo_cache
0 commit comments