Skip to content

Commit

Permalink
tweak repo name
Browse files Browse the repository at this point in the history
  • Loading branch information
lijunchen committed Aug 30, 2024
1 parent 4d4ec2a commit f0da8fa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/jobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@ jobs:
- name: pnpm run build
run: |
pnpm run build
sed -i '' 's|="/assets|="/moon_build_dashboard/assets|g' ./dist/index.html
sed -i '' 's|"/data.jsonl"|"/moon_build_dashboard/data.jsonl"|g' ./dist/assets/*.js
sed -i '' 's|="/assets|="/moon-build-dashboard/assets|g' ./dist/index.html
sed -i '' 's|"/data.jsonl"|"/moon-build-dashboard/data.jsonl"|g' ./dist/assets/*.js
working-directory: ./webapp

- name: Deploy to GitHub Pages
Expand Down
4 changes: 2 additions & 2 deletions webapp/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -180,11 +180,11 @@ const App = () => {
<p className="font-mono">
GitHub Action:{' '}
<a
href={`https://github.com/moonbitlang/moon_build_dashboard/actions/runs/${runId}`}
href={`https://github.com/moonbitlang/moon-build-dashboard/actions/runs/${runId}`}
target="_blank"
rel="noopener noreferrer"
>
{`https://github.com/moonbitlang/moon_build_dashboard/actions/runs/${runId}`}
{`https://github.com/moonbitlang/moon-build-dashboard/actions/runs/${runId}`}
</a>
</p>
</div>
Expand Down

0 comments on commit f0da8fa

Please sign in to comment.