We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 084808e commit cf370d6Copy full SHA for cf370d6
.github/workflows/docs.yml
@@ -21,17 +21,8 @@ jobs:
21
container: fastai/fastai
22
steps:
23
- uses: actions/checkout@v2
24
- - uses: fastai/workflows/conda-env@master
25
- - name: Create docs
26
- env:
27
- JEKYLL_ENV: 'production'
28
- SSH_KEY: ${{ secrets.DH_KEY }}
29
- run: |
30
- cp -r docs_src docs
31
- nbdev_build_docs
32
- cd docs
33
- bundle i
34
- bundle exec jekyll build --strict_front_matter
35
- echo "$SSH_KEY" > ~/.ssh/id_rsa
36
- chmod 400 ~/.ssh/id_rsa
37
- rsync -az _site/ [email protected]:fastcore.fast.ai/
+ - uses: fastai/workflows/build-docs@master
+ with:
+ username: jeremyphoward
+ hostname: ps625762.dreamhostps.com
+ dest_path: fastcore.fast.ai
0 commit comments