Skip to content

Commit

Permalink
chore: fix docgen, put example-app to static (#3534)
Browse files Browse the repository at this point in the history
  • Loading branch information
mfazekas authored Jun 15, 2024
1 parent 720ac0f commit 10c4274
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
cd example
echo $MAPBOX_WEB_ACCESS_TOKEN > accesstoken
yarn install
npx expo export -p web --output-dir ../../maps-docs/example-app
npx expo export -p web --output-dir ../../maps-docs/static/example-app
working-directory: maps
env:
MAPBOX_WEB_ACCESS_TOKEN: ${{ secrets.MAPBOX_WEB_ACCESS_TOKEN }}
Expand Down

0 comments on commit 10c4274

Please sign in to comment.