mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-23 06:08:01 +00:00
pin gha versions (#1566)
This commit is contained in:
committed by
GitHub
parent
bd41e3f118
commit
09bbdd5143
@@ -18,7 +18,7 @@ jobs:
|
||||
run: rustup show
|
||||
|
||||
- name: Rust cache
|
||||
uses: Swatinem/rust-cache@v1
|
||||
uses: Swatinem/rust-cache@6720f05bc48b77f96918929a9019fb2203ff71f8 # v2.0.0
|
||||
|
||||
- name: Build rustdocs
|
||||
run: SKIP_WASM_BUILD=1 cargo doc --all --no-deps
|
||||
@@ -27,7 +27,7 @@ jobs:
|
||||
run: echo "<meta http-equiv=refresh content=0;url=cumulus_client_collator/index.html>" > ./target/doc/index.html
|
||||
|
||||
- name: Deploy documentation
|
||||
uses: peaceiris/actions-gh-pages@v3
|
||||
uses: peaceiris/actions-gh-pages@068dc23d9710f1ba62e86896f84735d869951305 # v3.8.0
|
||||
with:
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
publish_branch: gh-pages
|
||||
|
||||
Reference in New Issue
Block a user