Skip to content

Workflow file for this run

name: Deploy website
on:
push:
branches: "master"
jobs:
Deyploy:
runs-on: ubuntu-latest
steps:
- name: Install doxygen
run: sudo apt install doxygen graphviz jekyll
- name: Checkout source code
uses: actions/checkout@v3
- name: Build
run: |
git clone --depth 1 https://github.com/albertlauncher/albert.git
doxygen
mv albert/output/html src/reference
jekyll build