mirror of
https://github.com/Noratrieb/target-tier-docs-experiment.git
synced 2026-01-14 16:35:09 +01:00
move to rlo
This commit is contained in:
parent
b90a97face
commit
630c21c20e
2 changed files with 94 additions and 45 deletions
3
.github/workflows/deploy.yml
vendored
3
.github/workflows/deploy.yml
vendored
|
|
@ -18,7 +18,8 @@ jobs:
|
|||
cd targets && mdbook build
|
||||
- name: Deploy
|
||||
uses: peaceiris/actions-gh-pages@v3
|
||||
if: ${{ github.ref == 'refs/heads/master' }}
|
||||
# the build has been made rust-lang/rust specific
|
||||
if: ${{ false && github.ref == 'refs/heads/master' }}
|
||||
with:
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
publish_dir: ./targets/book
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue