mirror of
https://github.com/Noratrieb/target-tier-docs-experiment.git
synced 2026-01-14 16:35:09 +01:00
targets
This commit is contained in:
parent
b6fe24919b
commit
066dc27bc5
1 changed files with 1 additions and 1 deletions
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
|
|
@ -15,7 +15,7 @@ jobs:
|
||||||
export RUSTC=$(rustup which rustc)
|
export RUSTC=$(rustup which rustc)
|
||||||
cargo run
|
cargo run
|
||||||
- run: |
|
- run: |
|
||||||
cd target && mdbook build
|
cd targets && mdbook build
|
||||||
- name: Deploy
|
- name: Deploy
|
||||||
uses: peaceiris/actions-gh-pages@v3
|
uses: peaceiris/actions-gh-pages@v3
|
||||||
if: ${{ github.ref == 'refs/heads/master' }}
|
if: ${{ github.ref == 'refs/heads/master' }}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue