Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(#26): Upgrade to latest version of AOE Tech Radar #27

Draft
wants to merge 21 commits into
base: main
Choose a base branch
from
Draft
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update README
  • Loading branch information
andrablaj committed Apr 15, 2024
commit 5b8f7cba24101a22602d0c55fb6bcb8d066688c1
4 changes: 2 additions & 2 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ npm i
npm run build
```

## Deployment to GitHub Pages TODO
## TODO Deployment to GitHub Pages
At the moment, the automatic deployment to GitHub Pages via GitHub Actions upon merge to the `main` branch doesn't work. We are trying to find
a solution to this problem via [this ticket](https://github.com/medic/cht-tech-radar-contributors/issues/3).

Expand All @@ -90,7 +90,7 @@ First, ensure that you are performing the next steps on the `main` branch.

### Generate the radar with static files
```
PUBLIC_URL=/cht-tech-radar-contributors REACT_APP_RADAR_NAME="CHT Technology Radar for Contributors" npm run build:static
npm run build
```

### Push the changes to GitHub Pages
Expand Down