-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Package static assets with shared compose resources
- Loading branch information
1 parent
18fcc00
commit 19f78bc
Showing
7 changed files
with
44 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,18 +25,11 @@ jobs: | |
- | ||
name: Build Static Sample | ||
run: ./gradlew sample-web:buildStatic sample-web:assemble | ||
- | ||
name: Create Deploy Directory | ||
run: | | ||
mkdir -p build/pages | ||
cp -r sample-web/build/static/* build/pages/ | ||
cp -r sample-web/build/dist/js/productionExecutable/* build/pages/ | ||
mv build/pages/sample.html build/pages/index.html | ||
- | ||
name: Upload Pages Artifact | ||
uses: actions/[email protected] | ||
with: | ||
path: build/pages | ||
path: sample-web/build/dist/web | ||
- | ||
name: Deploy to GitHub Pages | ||
uses: actions/[email protected] |
File renamed without changes.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters