Skip to content

Commit

Permalink
Adding workflow env
Browse files Browse the repository at this point in the history
  • Loading branch information
reemabahussain committed Sep 27, 2023
1 parent 0962623 commit 4a646fe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy-nuxt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ jobs:
node-version: "16.14"
# Install and build NuxtJs website
- name: Build NuxtJS website
env:
BASE_URL: "https://6degrees.github.io/www.essham.com.sa/"
run: |
npm install
npm run generate
Expand Down

0 comments on commit 4a646fe

Please sign in to comment.