Skip to content

Commit

Permalink
fix: GitHub Pages build error
Browse files Browse the repository at this point in the history
* Remove [actions/configure-pages](https://github.com/actions/configure-pages) from workflow due to missing support for wrapping Next.js config in higher-order functions (actions/configure-pages#44)
  • Loading branch information
danielptv committed May 11, 2024
1 parent 91a3737 commit 288c89b
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,6 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: '21'
- name: Setup Pages
uses: actions/configure-pages@v5
with:
# Automatically inject basePath in your Next.js configuration file and disable
# server side image optimization (https://nextjs.org/docs/api-reference/next/image#unoptimized).
static_site_generator: next
- name: Restore cache
uses: actions/cache@v4
with:
Expand Down

0 comments on commit 288c89b

Please sign in to comment.