Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
run: |
for filePath in ./tokens/css/variables*.css; do
fileName=${filePath/.\/tokens\/css\//}
reqStatus=$(curl -sL --write-out "%{http_code}" -o ./tokens/css/${fileName/%.css/.old.css} https://nala.bravesoftware.com/css/$fileName)
reqStatus=$(curl -sL --write-out "%{http_code}" -o ./tokens/css/${fileName/%.css/.old.css} https://nala.s.brave.dev/css/$fileName)
# Note: Diff has exit code 1 for differences, and there are always
# some differences because the file contains a timestamp.
if [ -s ./tokens/css/file-sizes.diff ]; then
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@ jobs:
repo: context.repo.repo,
body: `👋 Thanks for Submitting! This PR is available for preview at the link below.

✅ PR tip preview: https://${{ github.event.workflow_run.pull_requests[0].number }}.pr.nala.bravesoftware.com/
✅ Commit preview: https://${{ github.event.workflow_run.pull_requests[0].number }}.pr.nala.bravesoftware.com/commit-${{ github.event.workflow_run.head_sha }}/
✅ PR tip preview: https://${{ github.event.workflow_run.pull_requests[0].number }}.pr-nala.s.brave.dev/
✅ Commit preview: https://${{ github.event.workflow_run.pull_requests[0].number }}.pr-nala.s.brave.dev/commit-${{ github.event.workflow_run.head_sha }}/

\`\`\`diff
${fileSizes}
Expand Down
2 changes: 1 addition & 1 deletion AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ generated Skia/C++ token files live in the `nala::` namespace
(see [tokens/skia/](tokens/skia/) and the templates under
[src/tokens/transformation/skia/templates/](src/tokens/transformation/skia/templates/))
and per-PR Storybook previews are deployed to
`https://<pr-number>.pr.nala.bravesoftware.com/` by
`https://<pr-number>.pr-nala.s.brave.dev/` by
[.github/workflows/deploy.yml](.github/workflows/deploy.yml). For
everything in this repo, "Leo" and "nala" refer to the same design system.

Expand Down
Loading