doc(api/rust): Fix rustdoc (#3620)

This commit is contained in:
Donny/강동윤 2022-02-18 15:18:35 +09:00 committed by GitHub
parent 090e7ef965
commit 4d5ba55e8a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 1 deletions

View File

@ -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.

View File

@ -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: |