Skip to content

Commit

Permalink
Try to deploy to GH Pages
Browse files Browse the repository at this point in the history
  • Loading branch information
andrablaj committed Sep 11, 2023
1 parent a701294 commit a974a92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
uses: actions/configure-pages@v3

- run: npm ci
- run: PUBLIC_URL=./ REACT_APP_RADAR_NAME="CHT Technology Radar for Contributors" npm run build:static
- run: REACT_APP_RADAR_NAME="CHT Technology Radar for Contributors" npm run build:static

# - name: Upload artifact
# uses: actions/upload-pages-artifact@v2
Expand Down

0 comments on commit a974a92

Please sign in to comment.