Skip to content

Commit

Permalink
udapte static.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
azarz committed Dec 17, 2024
1 parent 5829b2f commit 12e47c1
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 8 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,16 @@ jobs:
with:
submodules: true # Fetch Hugo themes (true OR recursive)
fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod
- run: |
cp src/js/data-layer/com_wiki.json docs/com_wiki.json
cp www/data/mixte.json docs/mixte.json
cp www/data/plan-ign-interactif-style.json docs/plan-ign-interactif-style.json
cp www/data/poi-osm-style.json docs/poi-osm-style.json
mkdir docs/data
cp www/data/poi-osm-sprite.png docs/data/poi-osm-sprite.png
cp www/data/poi-osm-sprite.json docs/data/poi-osm-sprite.json
cp www/data/poi-osm-sprite@2x.png docs/data/poi-osm-sprite@2x.png
cp www/data/poi-osm-sprite@2x.json docs/data/poi-osm-sprite@2x.json
- name: Deploy
uses: peaceiris/actions-gh-pages@v4
# If you're changing the branch from main,
Expand Down
Empty file added docs/.gitkeep
Empty file.
1 change: 0 additions & 1 deletion docs/com_wiki.json

This file was deleted.

1 change: 0 additions & 1 deletion docs/data/poi-osm-sprite.json

This file was deleted.

1 change: 0 additions & 1 deletion docs/data/poi-osm-sprite.png

This file was deleted.

1 change: 0 additions & 1 deletion docs/data/poi-osm-sprite@2x.json

This file was deleted.

1 change: 0 additions & 1 deletion docs/data/poi-osm-sprite@2x.png

This file was deleted.

1 change: 0 additions & 1 deletion docs/mixte.json

This file was deleted.

1 change: 0 additions & 1 deletion docs/plan-ign-interactif-style.json

This file was deleted.

1 change: 0 additions & 1 deletion docs/poi-osm-style.json

This file was deleted.

0 comments on commit 12e47c1

Please sign in to comment.