Skip to content

Commit

Permalink
Added environment variables for Rings and Quadrants
Browse files Browse the repository at this point in the history
  • Loading branch information
mry authored Jun 4, 2024
1 parent e25e288 commit 5476d36
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ jobs:
- name: Install and Build 🔧 # This example project is built using npm and outputs the result to the 'build' folder. Replace with the commands required to build your project, or remove this step entirely if your site is pre-built.
run: |
npm ci
export RINGS='["Adopt", "Trial", "Assess", "Hold"]'
export QUADRANTS='["Techniques", "Platforms", "Tools", "Languages & Frameworks"]'
npm run build:prod
- name: Deploy 🚀
Expand Down

0 comments on commit 5476d36

Please sign in to comment.