ci update

This commit is contained in:
AykutSarac 2023-05-22 19:14:50 +03:00
parent 9ce14dcb3a
commit 1cc0748558
No known key found for this signature in database

View File

@ -71,6 +71,9 @@ jobs:
run: ${{ steps.detect-package-manager.outputs.runner }} next build
- name: Static HTML export with Next.js
run: ${{ steps.detect-package-manager.outputs.runner }} next export
- name: List files in current directory
run: |
ls -al
- name: Upload artifact
uses: actions/upload-pages-artifact@v1
with: