Skip to content

Commit c1cfdd4

Browse files
format
1 parent a8cec0b commit c1cfdd4

File tree

7 files changed

+8
-14
lines changed

7 files changed

+8
-14
lines changed

.github/workflows/pages.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
jobs:
99
deploy:
10-
runs-on: ubuntu-20.04
10+
runs-on: ubuntu-22.04
1111
concurrency:
1212
group: ${{ github.workflow }}-${{ github.ref }}
1313
steps:
@@ -16,7 +16,6 @@ jobs:
1616
- name: Setup mdBook
1717
uses: peaceiris/actions-mdbook@v1
1818
with:
19-
# mdbook-version: '0.4.10'
2019
mdbook-version: "latest"
2120

2221
- run: mdbook build && echo 'naupio.com' > ./book/CNAME

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Naupio 的个人技术分享: [naupio.com](https://naupio.com) or [naupio.github.io](https://naupio.github.io)
1+
Naupio 的个人技术分享: [naupio.com](https://naupio.com) or [naupio.github.io](https://naupio.github.io)

src/SUMMARY.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,17 @@
11
# Summary
2-
[Home Page](./README.md)
32

4-
# Smart Contract 系列
5-
- [Solidity 语言系列](./smart_contract/solidity/README.md)
6-
- [chapter_1](./smart_contract/solidity/chapter_1.md)
7-
- [chapter_2](./smart_contract/solidity/chapter_2.md)
8-
- [Solidity 安全系列]()
3+
[Home Page](./README.md)
94

105
# BEAM 系列
6+
117
- [Elixir 语言](./beam/elixir/README.md)
128
- [chapter_1](./beam/elixir/chapter_1.md)
139

1410
# EVM 系列
11+
1512
- [EVMScan Explorer]()
1613

1714
# Personal Essay
15+
1816
- [杂谈]()
19-
- [Hackathon]()
17+
- [Hackathon]()

src/beam/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
# BEAM 系列
1+
# BEAM 系列

src/smart_contract/solidity/README.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

src/smart_contract/solidity/chapter_1.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

src/smart_contract/solidity/chapter_2.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)