Skip to content

Commit b58fb8c

Browse files
committed
CI: Add publish-rust-docs.yml
1 parent aa36a14 commit b58fb8c

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
name: Publish Rust Docs
2+
run-name: ${{ github.actor }} is publishing documentation 🚀
3+
on:
4+
push:
5+
6+
permissions:
7+
contents: write
8+
9+
jobs:
10+
publish-cargo-doc:
11+
uses: Shfty/github-actions/.github/workflows/publish-rust-docs.yml@master

0 commit comments

Comments
 (0)