Skip to content

Commit

Permalink
Update docs script
Browse files Browse the repository at this point in the history
  • Loading branch information
lutangar committed Nov 29, 2023
1 parent c3b4252 commit 885fa9b
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run a one-line script
run: npm run geojson
- uses: actions/setup-node@v3
with:
node-version: '16.x'
registry-url: 'https://registry.npmjs.org'
- run: npm install

0 comments on commit 885fa9b

Please sign in to comment.