Skip to content

Commit 8aace67

Browse files
committed
Check contents
1 parent 44375e0 commit 8aace67

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/nextjs.yml

+6-1
Original file line numberDiff line numberDiff line change
@@ -76,10 +76,15 @@ jobs:
7676
${{ steps.detect-package-manager.outputs.manager }} ${{ steps.detect-package-manager.outputs.command }}
7777
- name: Build with Next.js
7878
run: ${{ steps.detect-package-manager.outputs.runner }} next build
79+
- name: Check contents
80+
run: |
81+
pwd
82+
ls -la
83+
ls -la ../
7984
- name: Upload artifact
8085
uses: actions/upload-pages-artifact@v3
8186
with:
82-
path: /home/runner/work/airstrip/airstrip/airstrip-fe/out
87+
path: ./docs
8388

8489
# Deployment job
8590
deploy:

0 commit comments

Comments
 (0)