Skip to content

Commit

Permalink
Add automatic deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
giswqs committed Jul 6, 2024
1 parent 10ffc8f commit df6870d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/update_maplibre.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,10 @@ jobs:
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
branch: master

# Deploy the book's HTML to gh-pages branch
- name: GitHub Pages action
uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./

0 comments on commit df6870d

Please sign in to comment.