Skip to content

Commit

Permalink
chore: fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
valcosmos committed Oct 4, 2024
1 parent 0a2e856 commit d846f65
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Create .env file
run: echo ${{ secrets.ENV_VARS }} > .env
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
Expand All @@ -37,6 +35,9 @@ jobs:
restore-keys: |
${{ runner.os }}-nextjs-${{ hashFiles('**/pnpm-lock.yaml') }}-
- run: pnpm i
- name: Create .env file
run: echo "${{ secrets.ENV_VARS }}" > .env
- run: cat .env
- run: pnpm build
env:
EXPORT: 1
Expand Down

0 comments on commit d846f65

Please sign in to comment.