Skip to content

Commit

Permalink
fix: update CI with variables
Browse files Browse the repository at this point in the history
  • Loading branch information
ardillan committed Jan 2, 2024
1 parent ec11957 commit dad96e7
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/nextjs.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
# Sample workflow for building and deploying a Next.js site to GitHub Pages
#
# To get started with Next.js see: https://nextjs.org/docs/getting-started
#
name: Deploy ardi.land site

on:
Expand Down Expand Up @@ -73,6 +69,8 @@ jobs:
${{ runner.os }}-nextjs-${{ hashFiles('**/package-lock.json', '**/yarn.lock') }}-
- name: Install dependencies
run: ${{ steps.detect-package-manager.outputs.manager }} ${{ steps.detect-package-manager.outputs.command }}
- name: Local environment variable
run: echo ${{ secrets.URL }}
- name: Build with Next.js
run: ${{ steps.detect-package-manager.outputs.runner }} next build
- name: Static HTML export with Next.js
Expand Down

0 comments on commit dad96e7

Please sign in to comment.