Merge branch 'main' into update-astro-for-yarn

This commit is contained in:
James M. Greene
2024-03-27 22:39:47 -05:00
committed by GitHub
8 changed files with 38 additions and 36 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ jobs:
build:
runs-on: ubuntu-latest
env:
HUGO_VERSION: 0.120.4
HUGO_VERSION: 0.124.1
steps:
- name: Install Hugo CLI
run: |
+1 -3
View File
@@ -73,10 +73,8 @@ jobs:
${{ runner.os }}-nextjs-${{ hashFiles('**/package-lock.json', '**/yarn.lock') }}-
- name: Install dependencies
run: ${{ steps.detect-package-manager.outputs.manager }} ${{ steps.detect-package-manager.outputs.command }}
- name: Build with Next.js
- name: Build and Static HTML export with Next.js
run: ${{ steps.detect-package-manager.outputs.runner }} next build
- name: Static HTML export with Next.js
run: ${{ steps.detect-package-manager.outputs.runner }} next export
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with: