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 a4fb5ac commit a536524
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,12 @@ 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
- run: git config --global user.email "medic-ci@github"
- run: git config --global user.name "medic-ci"
- name: Deploy to GitHub Pages
run: npm run deploy

0 comments on commit a536524

Please sign in to comment.