Skip to content

Commit 3608383

Browse files
authored
Merge pull request #132 from openameba/master
publish web bundle
2 parents 7b56087 + 5f0133a commit 3608383

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

128 files changed

+816
-603
lines changed

.github/workflows/build-deploy.yml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ jobs:
99
build-deploy:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v1
12+
- uses: actions/checkout@v2
1313

1414
- name: Setup Hugo
15-
uses: peaceiris/actions-hugo@v2.3.0
15+
uses: peaceiris/actions-hugo@v2.4.13
1616
with:
1717
hugo-version: 0.55.6
1818

@@ -25,10 +25,9 @@ jobs:
2525
run: hugo --minify
2626

2727
- name: Deploy
28-
uses: peaceiris/actions-gh-pages@v2
29-
env:
30-
ACTIONS_DEPLOY_KEY: ${{ secrets.ACTIONS_DEPLOY_KEY }}
31-
PUBLISH_BRANCH: gh-pages
32-
PUBLISH_DIR: ./public
28+
uses: peaceiris/actions-gh-pages@v3
3329
with:
3430
forceOrphan: true
31+
github_token: ${{ secrets.GITHUB_TOKEN }}
32+
publish_dir: ./public
33+
publish_branch: gh-pages

.github/workflows/publish-webbundle.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
TZ: Asia/Tokyo
1515
BUNDLE_NAME: ameba-accessibility-guidelines.wbn
1616
steps:
17-
- uses: actions/checkout@v1
17+
- uses: actions/checkout@v2
1818
with:
1919
ref: ${{ github.ref }}
2020

@@ -24,7 +24,7 @@ jobs:
2424
node-version: 12
2525

2626
- name: Setup Hugo
27-
uses: peaceiris/actions-hugo@v2.3.0
27+
uses: peaceiris/actions-hugo@v2.4.13
2828
with:
2929
hugo-version: 0.55.6
3030

@@ -67,7 +67,7 @@ jobs:
6767
6868
- name: Create Release
6969
id: create-release
70-
uses: actions/create-release@v1.0.0
70+
uses: actions/create-release@v1.1.4
7171
env:
7272
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7373
with:
@@ -86,7 +86,7 @@ jobs:
8686
prerelease: false
8787

8888
- name: Upload Release Asset
89-
uses: actions/[email protected].1
89+
uses: actions/[email protected].2
9090
env:
9191
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
9292
with:

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
node-version: ${{ matrix.node }}
2020
- id: npm-cache
2121
run: echo "::set-output name=dir::$(npm config get cache)"
22-
- uses: actions/cache@v1
22+
- uses: actions/cache@v2
2323
with:
2424
path: ${{ steps.npm-cache.outputs.dir }}
2525
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
@@ -31,4 +31,4 @@ jobs:
3131
with:
3232
hugo-version: '0.55.6'
3333
- run: npm run build
34-
- uses: treosh/lighthouse-ci-action@v2
34+
- uses: treosh/lighthouse-ci-action@v3

.node-version

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
12.19.0

LICENSE.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# LICENSE
2+
3+
## Guidelines
4+
5+
CC BY 4.0
6+
7+
https://creativecommons.org/licenses/by/4.0/
8+
9+
## Program for build guidelines
10+
11+
MIT
12+
13+
Copyright 2017 CyberAgent, Inc.
14+
15+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
16+
17+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
18+
19+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
20+
21+
https://opensource.org/licenses/mit-license.php
22+
23+
## Ameba logos and other brand assets
24+
25+
No License

content/1/1/1.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
layout: single
3-
title: 1.1.1 画像に代替テキストを提供する
3+
title: 画像に代替テキストを提供する
4+
number: 1.1.1
45
---
56

67
# 1.1.1 画像に代替テキストを提供する

content/1/2/1.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
layout: single
3-
title: 1.2.1 収録済みの動画に代替コンテンツを提供する
3+
title: 収録済みの動画に代替コンテンツを提供する
4+
number: 1.2.1
45
---
56

67
# 1.2.1 収録済みの動画に代替コンテンツを提供する

content/1/3/1.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
layout: single
3-
title: 1.3.1 情報や関係性を明確にする
3+
title: 情報や関係性を明確にする
4+
number: 1.3.1
45
---
56

67
# 1.3.1 情報や関係性を明確にする

content/1/3/2.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
layout: single
3-
title: 1.3.2 意味のある順序でコンテンツを表現する
3+
title: 意味のある順序でコンテンツを表現する
4+
number: 1.3.2
45
---
56

67
# 1.3.2 意味のある順序でコンテンツを表現する

content/1/3/3.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
layout: single
3-
title: 1.3.3 感覚的な特徴だけで説明しない
3+
title: 感覚的な特徴だけで説明しない
4+
number: 1.3.3
45
---
56

67
# 1.3.3 感覚的な特徴だけで説明しない

0 commit comments

Comments
 (0)