Skip to content

Commit

Permalink
Debug create-deploy-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
akanuri9 authored Sep 9, 2024
1 parent b3e4afa commit 23ee49e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/create-deploy-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,15 @@ jobs:
run: npm run build
- name: Create Build Artifact
run: |
ls -la
ls -la ./.next
mkdir ./build
cp ./.next -pR ./build/.next
cp ./next.config.js ./build/next.config.js
cp ./public -pR ./build/public
cp ./package.json ./build/package.json
cp ./package-lock.json ./build/package-lock.json
ls -la ./build
- name: Upload build folder
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 23ee49e

Please sign in to comment.