Skip to content
This repository has been archived by the owner on Feb 2, 2025. It is now read-only.

Commit

Permalink
Merge branch 'main' into release
Browse files Browse the repository at this point in the history
  • Loading branch information
SatooRu65536 committed Apr 18, 2024
2 parents 9c3ced1 + 1eeca77 commit 94195a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ jobs:
- name: setup env file
run: |
touch .env
echo "${{ github.ENV_FILE_CONTENTS }}" > .env
echo "${{ secrets.ENV_FILE_CONTENTS }}" >> .env
- name: Build with Next.js
run: ${{ steps.detect-package-manager.outputs.runner }} next build
- name: Upload artifact
Expand Down

0 comments on commit 94195a9

Please sign in to comment.