Merge pull request #312 from darbiadev/shenanigansd-patch-1 #63
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: "GitHub Pages - Rust doc" | |
on: | |
push: | |
branches: | |
- main | |
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages | |
permissions: | |
contents: read | |
pages: write | |
id-token: write | |
jobs: | |
docs: | |
uses: darbiadev/.github/.github/workflows/github-pages-rust-doc.yaml@4aa7c64159244d12bf9a39d42da89e80004d4af6 # v1.0.1 |