Skip to content

Commit

Permalink
Copying _wetboew-demos/ files to ~gc-compiled-demos/
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastianBurke committed Jul 11, 2024
1 parent 6e4a488 commit a2363e9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,8 @@ jobs:
mv méli-mélo-demos ~gcweb-compiled-demos/méli-mélo-demos
mkdir -p ~gcweb-compiled-demos/_data
cp _data/méli-mélo.json ~gcweb-compiled-demos/_data/méli-mélo.json
mkdir -p ~gcweb-compiled-demos/_wetboew-demos/geomap/
cp -r _wetboew-demos/geomap/* ~gcweb-compiled-demos/_wetboew-demos/geomap/
cd ~gcweb-compiled-demos
git add .
git commit -m "CD ${{ github.run_id }}: Update GCWeb compiled demos files" --allow-empty
Expand Down
3 changes: 2 additions & 1 deletion Gruntfile.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -837,7 +837,8 @@ module.exports = (grunt) ->
src: [
"node_modules/wet-boew/src/plugins/**/*.*",
"!node_modules/wet-boew/src/plugins/**/*.js",
"!node_modules/wet-boew/src/plugins/**/*.scss"
"!node_modules/wet-boew/src/plugins/**/*.scss",
"node_modules/wet-boew/src/plugins/geomap/**/*.js"
]
dest: "_wetboew-demos"
rename: (dest, src) ->
Expand Down

0 comments on commit a2363e9

Please sign in to comment.