Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commite48db03

Browse files
committed
add workflow file for release
1 parentd690542 commite48db03

File tree

3 files changed

+43
-12
lines changed

3 files changed

+43
-12
lines changed

‎.github/workflows/ghpages.yml‎

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
name:github pages
2+
3+
on:
4+
push:
5+
branches:
6+
-master
7+
8+
jobs:
9+
deploy:
10+
runs-on:ubuntu-18.04
11+
strategy:
12+
matrix:
13+
node:["10"]
14+
name:Node ${{ matrix.node }}
15+
steps:
16+
-uses:actions/checkout@v2
17+
with:
18+
submodules:true
19+
fetch-depth:0
20+
21+
-name:NODE - setup
22+
uses:actions/setup-node@v1
23+
with:
24+
node-version:${{ matrix.node }}
25+
26+
-name:Install yarn
27+
run:npm install --global yarn
28+
29+
-name:Install dependencies
30+
run:yarn
31+
32+
-name:Build
33+
run:yarn build
34+
35+
-name:Deploy
36+
uses:peaceiris/actions-gh-pages@v3
37+
with:
38+
github_token:${{ secrets.BLOBS_APP_PUBLISH_TOKEN }}
39+
publish_dir:./build

‎package.json‎

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"name":"react-simple-boilerplate",
2+
"name":"blobs.app",
33
"version":"1.0.0",
4-
"description":"Simple react boilerplate with supportfortravis ci, webpack, sass etc.",
4+
"description":"Generate blob shapesforEeb and Fluttter",
55
"main":"index.js",
66
"scripts": {
77
"build":"npm run build:css && webpack ---config ./config/webpack.prod.config.js",
@@ -14,15 +14,9 @@
1414
"test:watch":"jest --watch"
1515
},
1616
"keywords": [
17-
"react",
18-
"boilerplate",
19-
"webpack",
20-
"webpack hmr",
21-
"travis",
22-
"react-simple-boilerplate",
23-
"react-boilerplate"
17+
"blobs"
2418
],
25-
"author":"Uday Bhaskhar",
19+
"author":"Lokesh Rajendran",
2620
"license":"MIT",
2721
"dependencies": {
2822
"@babel/core":"^7.9.0",

‎src/assets/css/main.css‎

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15684,8 +15684,6 @@ video {
1568415684

1568515685
@import "../icons/remixicon.css";
1568615686

15687-
@import url("https://fonts.googleapis.com/css2?family=Ropa+Sans:ital@0;1&display=swap");
15688-
1568915687
@media (min-width: 640px) {
1569015688
.sm\:space-y-0 > :not(template) ~ :not(template) {
1569115689
--space-y-reverse: 0;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp