Skip to content

Commit

Permalink
Update static.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cyclingbyte committed Aug 28, 2024
1 parent ea4aeca commit f1dd3c8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,14 @@ jobs:
- name: Build
run: npm run build
- name: Upload artifact
uses: ./gh-pages
uses: ./gh-pages.yml
with:
path: ./examples
- uses: ./gh-pages
- uses: ./gh-pages.yml
with:
path: ./dist/leaflet-sidepanel.umd.js
target: ./dist
- uses: ./gh-pages
- uses: ./gh-pages.yml
with:
path: ./dist/style.css
target: ./dist
Expand Down

0 comments on commit f1dd3c8

Please sign in to comment.