Skip to content

Commit e7e2e1c

Browse files
committed
Finished yaml
1 parent 32880a4 commit e7e2e1c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/rustdoc.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ jobs:
1313
- name: Checkout code
1414
uses: actions/checkout@v3
1515

16+
- name: Install deps
17+
run: sudo apt -y install protobuf-compiler
18+
1619
- name: Install & display rust toolchain
1720
run: rustup show
1821

@@ -25,12 +28,9 @@ jobs:
2528
- name: Push index.html
2629
run: echo "<meta http-equiv=\"refresh\" content=\"0; URL='./astar_collator/index.html'\" />" > ./target/doc/index.html
2730

28-
- name: Push CNAME
29-
run: echo "crates.astar.network" > ./target/doc/CNAME
30-
3131
- name: Deploy Docs
3232
uses: peaceiris/actions-gh-pages@v3
3333
with:
3434
github_token: ${{ secrets.GITHUB_TOKEN }}
3535
publish_branch: gh-pages
36-
publish_dir: ./target/doc
36+
publish_dir: ./target/doc

0 commit comments

Comments
 (0)