We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32880a4 commit e7e2e1cCopy full SHA for e7e2e1c
.github/workflows/rustdoc.yaml
@@ -13,6 +13,9 @@ jobs:
13
- name: Checkout code
14
uses: actions/checkout@v3
15
16
+ - name: Install deps
17
+ run: sudo apt -y install protobuf-compiler
18
+
19
- name: Install & display rust toolchain
20
run: rustup show
21
@@ -25,12 +28,9 @@ jobs:
25
28
- name: Push index.html
26
29
run: echo "<meta http-equiv=\"refresh\" content=\"0; URL='./astar_collator/index.html'\" />" > ./target/doc/index.html
27
30
- - name: Push CNAME
- run: echo "crates.astar.network" > ./target/doc/CNAME
-
31
- name: Deploy Docs
32
uses: peaceiris/actions-gh-pages@v3
33
with:
34
github_token: ${{ secrets.GITHUB_TOKEN }}
35
publish_branch: gh-pages
36
- publish_dir: ./target/doc
+ publish_dir: ./target/doc
0 commit comments