Skip to content

Commit

Permalink
fix(cd): changed build folder to make the cd succeed
Browse files Browse the repository at this point in the history
  • Loading branch information
0xmemorygrinder committed Apr 8, 2024
1 parent 24fb9cb commit 4cc5e75
Show file tree
Hide file tree
Showing 2 changed files with 2,899 additions and 13,086 deletions.
14 changes: 9 additions & 5 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on:
push:
branches:
- main
workflow_dispatch:

permissions:
contents: read
Expand All @@ -24,18 +25,21 @@ jobs:
- name: Setup Node.js ⚙️ - Cache dependencies ⚡ - Install dependencies 🔧
uses: ./.github/workflows/setup-node

- name: Setup Pages ⚙️
uses: actions/configure-pages@v4
with:
static_site_generator: next
#- name: Setup Pages ⚙️
# uses: actions/configure-pages@v4
# with:
# static_site_generator: next

- name: Build with Next.js 🏗️
run: npx next build

- name: Debug
run: ls -la

- name: Upload artifact 📡
uses: actions/upload-pages-artifact@v3
with:
path: ./out
path: ./build

deploy:
environment:
Expand Down
Loading

0 comments on commit 4cc5e75

Please sign in to comment.