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. -->
|
<!-- Thanks for submitting a pull request! Please provide enough information so that others can review your pull request. -->
|
||||||
|
|
||||||
**Description:**
|
**Description:**
|
||||||
@ -5,6 +7,7 @@
|
|||||||
<!-- Explain the **motivation** for making this change. What existing problem does the pull request solve? -->
|
<!-- Explain the **motivation** for making this change. What existing problem does the pull request solve? -->
|
||||||
|
|
||||||
**BREAKING CHANGE:**
|
**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.
|
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:
|
jobs:
|
||||||
rustdoc:
|
rustdoc:
|
||||||
name: Rustdoc
|
name: Rustdoc
|
||||||
|
concurrency: swc-docs-rustdoc
|
||||||
runs-on: macos-latest
|
runs-on: macos-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
@ -19,7 +20,7 @@ jobs:
|
|||||||
profile: minimal
|
profile: minimal
|
||||||
|
|
||||||
- name: Create rustdoc
|
- name: Create rustdoc
|
||||||
run: cargo doc --all
|
run: cargo doc --all --exclude swc_cli
|
||||||
|
|
||||||
- name: Create CNAME
|
- name: Create CNAME
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
Reference in New Issue
Block a user