Skip to content

fix(webapp): Only scroll the video list instead of full profile page #441

fix(webapp): Only scroll the video list instead of full profile page

fix(webapp): Only scroll the video list instead of full profile page #441

Workflow file for this run

name: Documentation
on:
push:
branches:
- master
- develop
jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
#
- uses: actions/setup-python@v2
with:
python-version: "3.8"
- name: Install dependencies
run: ./setup.sh --ci
#
- name: Generate documentation
run: ./OpenCast.sh build doc
#
- name: Deploy to GitHub Pages
if: success()
uses: crazy-max/ghaction-github-pages@v2
with:
target_branch: gh-pages
build_dir: docs/build/html
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}