Skip to content

Commit

Permalink
....
Browse files Browse the repository at this point in the history
  • Loading branch information
cyclingbyte committed Aug 28, 2024
1 parent f1dd3c8 commit 6121a6e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
File renamed without changes.
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.yml
uses: ./gh-pages
with:
path: ./examples
- uses: ./gh-pages.yml
- uses: ./gh-pages
with:
path: ./dist/leaflet-sidepanel.umd.js
target: ./dist
- uses: ./gh-pages.yml
- uses: ./gh-pages
with:
path: ./dist/style.css
target: ./dist
Expand Down

0 comments on commit 6121a6e

Please sign in to comment.