Skip to content

Commit

Permalink
Added custom naming to quadrants and rings
Browse files Browse the repository at this point in the history
  • Loading branch information
mry authored Jun 4, 2024
1 parent 5476d36 commit 9555a25
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +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"]'
export RINGS='["IT-analys", "Kravställning", "Driftstart", "Hold"]'
export QUADRANTS='["Trafikleverans", "Tjänsteleverans", "Drift- och underhållsleverans", "Övrigt"]'
npm run build:prod
- name: Deploy 🚀
Expand Down

0 comments on commit 9555a25

Please sign in to comment.