move to rlo

This commit is contained in:
nora 2024-02-07 19:55:16 +01:00
parent b90a97face
commit 630c21c20e
2 changed files with 94 additions and 45 deletions

View file

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