We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44375e0 commit 8aace67Copy full SHA for 8aace67
.github/workflows/nextjs.yml
@@ -76,10 +76,15 @@ jobs:
76
${{ steps.detect-package-manager.outputs.manager }} ${{ steps.detect-package-manager.outputs.command }}
77
- name: Build with Next.js
78
run: ${{ steps.detect-package-manager.outputs.runner }} next build
79
+ - name: Check contents
80
+ run: |
81
+ pwd
82
+ ls -la
83
+ ls -la ../
84
- name: Upload artifact
85
uses: actions/upload-pages-artifact@v3
86
with:
- path: /home/runner/work/airstrip/airstrip/airstrip-fe/out
87
+ path: ./docs
88
89
# Deployment job
90
deploy:
0 commit comments