Skip to content

Commit

Permalink
fix output dir (#3533)
Browse files Browse the repository at this point in the history
  • Loading branch information
mfazekas authored Jun 15, 2024
1 parent 737fc6d commit 720ac0f
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 --outpub-dir ../../maps-docs/example-app
npx expo export -p web --output-dir ../../maps-docs/example-app
working-directory: maps
env:
MAPBOX_WEB_ACCESS_TOKEN: ${{ secrets.MAPBOX_WEB_ACCESS_TOKEN }}
Expand Down

0 comments on commit 720ac0f

Please sign in to comment.