Skip to content

Commit 5bf4a7e

Browse files
committed
Update docs.yaml
1 parent 251d5f0 commit 5bf4a7e

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/docs.yaml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,20 @@
1-
name: docs
1+
name: rustdoc
22
on:
33
push:
4-
branches: [main]
4+
branches: [ main ]
55
workflow_dispatch:
66

77
jobs:
8-
build:
8+
build-deploy:
99
runs-on: ubuntu-latest
1010
steps:
1111
- uses: actions/checkout@v4
1212
- uses: dtolnay/rust-toolchain@stable
1313
- run: cargo doc --no-deps --all-features
14-
- name: Deploy to gh-pages
14+
- name: Deploy to GitHub Pages
1515
uses: peaceiris/actions-gh-pages@v4
1616
with:
1717
publish_branch: gh-pages
1818
publish_dir: ./target/doc
1919
force_orphan: true
20+
enable_jekyll: false # writes .nojekyll

0 commit comments

Comments
 (0)