Skip to content

fix(nossas): inherit requirements.txt on root codebase #131

fix(nossas): inherit requirements.txt on root codebase

fix(nossas): inherit requirements.txt on root codebase #131

Workflow file for this run

name: Deploy Bonde CMS documentation with pelican
on:
# Trigger the workflow on push on main branch,
push:
paths:
- 'docs/**'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
submodules: 'true'
- uses: ./.github/actions/pelican-to-github-pages
# - uses: rehanhaider/[email protected]
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
PELICAN_CONFIG_FILE: docs/pelicanconf.py
PELICAN_CONTENT_FOLDER: docs/content/
PELICAN_REQUIREMENTS_FILE: docs/requirements.txt
PELICAN_SITEURL: https://nossas.github.io/cms
PELICAN_THEME_FOLDER: docs/pelican/themes/pelican-docs/