Skip to content

[SYCL] updates to oneapi compiler documentation (#263) #845

[SYCL] updates to oneapi compiler documentation (#263)

[SYCL] updates to oneapi compiler documentation (#263) #845

name: update-livesite
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
submodules: recursive
- uses: actions/setup-python@v4
with:
python-version: 3.x
- run: pip install -r requirements.txt
- run: mkdocs gh-deploy --force --strict