mirror of
https://github.com/yewprint/yewprint
synced 2025-02-16 12:08:25 +00:00
Hotfix
This commit is contained in:
parent
a89c4c3618
commit
422fd8454e
1 changed files with 1 additions and 6 deletions
7
.github/workflows/main.yml
vendored
7
.github/workflows/main.yml
vendored
|
@ -22,12 +22,7 @@ jobs:
|
|||
if: ${{ github.event_name == 'push' }}
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- run: cargo doc --verbose --all-features
|
||||
- name: Deploy doc
|
||||
uses: peaceiris/actions-gh-pages@v3
|
||||
with:
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
publish_dir: ./target/doc
|
||||
- run: cargo doc --verbose --all-features --no-deps
|
||||
- name: Build (Release)
|
||||
run: "cargo run -- build"
|
||||
- name: Move doc to build/api
|
||||
|
|
Loading…
Add table
Reference in a new issue