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
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,9 @@ jobs:
run: pnpm generate
env:
# This is needed for external PRs to build, since secrets are not
# available there. Get your own Mapbox token for local development
# at: https://account.mapbox.com/access-tokens
MAPBOX_ACCESS_TOKEN: 'pk.eyJ1IjoiZW1iZXJqcyIsImEiOiJjazBydnZjb2wwYXA5M2Rwc3IydGF2eXM0In0.EQiBFsRi9Jm70XFPiXnoHg'
# available there. Get your own TomTom token for local development
# at: https://developer.tomtom.com
TOMTOM_ACCESS_TOKEN: 'gI4oJc3MF9PREfA3SIbN4ak7giIJPYcf'
- name: Lint (markdown output)
run: pnpm lint:md:dist
- name: Prune artifacts
Expand Down
4 changes: 2 additions & 2 deletions .local.dic
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ GIFs
Hm
invoker
invokers
Mapbox
misspelt
nav-bar
*NPM
Expand All @@ -27,6 +26,7 @@ source-readibility
Splattributes
swappable
syntaxes
TomTom
triple-backtick
unstyled
untracked
Expand All @@ -35,4 +35,4 @@ voilà
yay
EmberData
RequestManager
centric
centric
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -592,9 +592,9 @@ Options:
* Requires `git`
* Probably only works on Unix/bash for now (PRs welcome)
* Should probably run the build in a docker container anyway
* `yarn install`
* `MAPBOX_ACCESS_TOKEN=your-token-here yarn build`
* Please note that you will need a Mapbox token in order to successfully run `yarn build`, otherwise the build will fail due to failing to load the map images. You can get your own token [here](https://account.mapbox.com/access-tokens). Once you have a token, you should assign it to the `MAPBOX_ACCESS_TOKEN` environment variable.
* `pnpm install`
* `TOMTOM_ACCESS_TOKEN=your-token-here yarn build`
* Please note that you will need a TomTom token in order to successfully run `pnpm build`, otherwise the build will fail due to failing to load the map images. You can get your own token [here](https://developer.tomtom.com). Once you have a token, you should assign it to the `TOMTOM_ACCESS_TOKEN` environment variable.
* Processed markdown can be found in `dist/markdown`
* The `super-rentals` code can be found in `dist/code/super-rentals`

Expand Down
Loading
Loading