Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
kamataryo committed Jul 12, 2022
1 parent 9a9da68 commit 60c2742
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@ jobs:
uses: geolonia/vector-tiles-action@v1
id: generate_vector_tiles
with:
file: ./test/data.geojson # data souce
output_to_directory: ./docs/tiles # [optional] tiles directory. default is `docs/tiles`.
layer: data # [optional] layer name. default is `data`.
file: ./test/data.geojson # [Required] The data souce.
output_to_directory: ./docs/tiles # [Optional] The tiles directory. default is `docs/tiles`.
layer: data # [Optional] The layer name. default is `data`.

- name: test
run: ls -la docs/tiles

# You can host vector tiles by deploying them directly to GitHub Pages.
# You can host vector tiles by deploying them directly to GitHub Pages 🌏
- name: Deploy
uses: JamesIves/github-pages-deploy-action@v4
with:
Expand Down

0 comments on commit 60c2742

Please sign in to comment.