Skip to content

Merge pull request #61 from tobias-urdin/uefi #53

Merge pull request #61 from tobias-urdin/uefi

Merge pull request #61 from tobias-urdin/uefi #53

Workflow file for this run

name: publish
on:
push:
branches:
- main
jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install tox
run: sudo apt install tox
- name: Run tox docs env
run: tox run -e docs
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./build/html/
cname: docs.binero.com