Skip to content

Commit

Permalink
feat(examples): use more precise path
Browse files Browse the repository at this point in the history
  • Loading branch information
mrMetalWood committed Jan 18, 2024
1 parent 04088f4 commit 6b27606
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
with:
find: 'process.env.GOOGLE_MAPS_API_KEY'
replace: ${{ secrets.GOOGLE_MAPS_API_KEY_EXAMPLES }}
include: './website/build/scripts/**'
include: './website/build/scripts/examples.js'

- name: Upload artifact
uses: actions/upload-pages-artifact@v2
Expand Down

0 comments on commit 6b27606

Please sign in to comment.