Skip to content

fixing script issues #4

fixing script issues

fixing script issues #4

Workflow file for this run

name: Build Documentation and Deploy
on:
push:
branches:
- main
jobs:
build-and-deploy:
concurrency: ci-${{ github.ref }}
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Build
run: |

Check failure on line 16 in .github/workflows/deploy.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/deploy.yml

Invalid workflow file

You have an error in your yaml syntax on line 16
wget https://cloud.cubert-gmbh.de/index.php/s/m1WfR66TjcGl96z/download
unzip download
cd latest_release
cd Ubuntu\ 20.04/
apt install ./cuviscommon_3.2.1-1.deb -y
dpkg -i --force-overwrite ./libcuvis_3.2.1-1.deb
mkdir _build
cmake -B ./_build .
cmake --build "_build" --target ALL
- name: Deploy
uses: JamesIves/github-pages-deploy-action@v4
with:
folder: build/doc/sphinx