Skip to content

Fixed typo ('jupyter' -> 'rstudio') in docs/safe-haven-services/open-… #229

Fixed typo ('jupyter' -> 'rstudio') in docs/safe-haven-services/open-…

Fixed typo ('jupyter' -> 'rstudio') in docs/safe-haven-services/open-… #229

Workflow file for this run

name: ci
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: 3.x
- run: pip install -r requirements.txt
- run: git fetch -u origin gh-pages:gh-pages
- run: mkdocs gh-deploy --force