File tree Expand file tree Collapse file tree 1 file changed +15
-1
lines changed
Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Original file line number Diff line number Diff line change 1818 with :
1919 node-version : lts/*
2020
21+ - uses : actions/setup-python@v5
22+ with :
23+ python-version : ' 3.12'
24+
25+ - name : " [cdd-python] Generate documentation"
26+ run : |
27+ git clone --depth=1 --single-branch https://github.com/offscale/cdd-python
28+ pushd cdd-python
29+ python3 -m pip install -U pip
30+ python3 -m pip install -U setuptools wheel
31+ python3 -m pip install -r requirements-docs.txt
32+ mkdocs build
33+ popd
34+
2135 - name : Prepare and deploy
2236 env :
2337 GITHUB_TOKEN : ${{ secrets.CUSTOM_GITHUB_TOKEN }}
3953 ng build --configuration production --base-href 'https://'"$CNAME"
4054 head -n6 README.md > "$DIST"'/README.md'
4155 mv "$DIST"'/browser'/* "$DIST"
56+ mv cdd-python/site "$DIST"'/cdd-python'
4257 npx angular-cli-ghpages --dir="$DIST" --cname="$CNAME" --repo='https://'"$GITHUB_TOKEN"'@github.com/'"$TARGET" --branch='master' --message="$MSG" --name="$name" --email="$email" --no-silent
43-
You can’t perform that action at this time.
0 commit comments