mirror of
https://github.com/swc-project/swc.git
synced 2024-12-22 21:21:31 +03:00
doc(api/rust): Fix rustdoc (#3620)
This commit is contained in:
parent
090e7ef965
commit
4d5ba55e8a
3
.github/PULL_REQUEST_TEMPLATE.md
vendored
3
.github/PULL_REQUEST_TEMPLATE.md
vendored
@ -1,3 +1,5 @@
|
||||
<!-- Note: CI script will automatically rebase your PR so please do not rebase unless required -->
|
||||
|
||||
<!-- Thanks for submitting a pull request! Please provide enough information so that others can review your pull request. -->
|
||||
|
||||
**Description:**
|
||||
@ -5,6 +7,7 @@
|
||||
<!-- Explain the **motivation** for making this change. What existing problem does the pull request solve? -->
|
||||
|
||||
**BREAKING CHANGE:**
|
||||
|
||||
<!--
|
||||
If this PR introduces a breaking change, it must contain a notice for it to be included in the CHANGELOG. Add description or remove entirely if not breaking.
|
||||
|
||||
|
3
.github/workflows/docs.yml
vendored
3
.github/workflows/docs.yml
vendored
@ -8,6 +8,7 @@ on:
|
||||
jobs:
|
||||
rustdoc:
|
||||
name: Rustdoc
|
||||
concurrency: swc-docs-rustdoc
|
||||
runs-on: macos-latest
|
||||
|
||||
steps:
|
||||
@ -19,7 +20,7 @@ jobs:
|
||||
profile: minimal
|
||||
|
||||
- name: Create rustdoc
|
||||
run: cargo doc --all
|
||||
run: cargo doc --all --exclude swc_cli
|
||||
|
||||
- name: Create CNAME
|
||||
run: |
|
||||
|
Loading…
Reference in New Issue
Block a user