Skip to content

Commit

Permalink
Add medic-ci as user
Browse files Browse the repository at this point in the history
  • Loading branch information
andrablaj committed Jun 28, 2024
1 parent c0b7f26 commit a4fb5ac
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,13 @@ jobs:
- name: Setup Pages
id: pages
uses: actions/configure-pages@v3
with:
user_name: medic-ci
user_email: medic-ci@github
if: ${{ github.ref == 'refs/heads/main' }}

- run: npm i
- run: PUBLIC_URL=/cht-tech-radar-contributors REACT_APP_RADAR_NAME="CHT Technology Radar for Contributors" npm run build:static
- name: Deploy to GitHub Pages
run: npm run deploy
with:
user_name: medic-ci
user_email: medic-ci@github

0 comments on commit a4fb5ac

Please sign in to comment.