Skip to content

Update portal-intro.rst #2194

Update portal-intro.rst

Update portal-intro.rst #2194

Workflow file for this run

name: Deployment
on: [push]
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v3
with:
python-version: '3.10'
- name: Install dependencies
run: pip install -r requirements.txt
- name: Check links
run: make linkcheck
- name: Build site
run: make html
- name: Upload documentation
env:
LTD_PASSWORD: ${{ secrets.LTD_PASSWORD }}
LTD_USERNAME: ${{ secrets.LTD_USERNAME }}
run: ltd upload --product dp0-2 --gh --dir _build/html