Skip to content

update

update #12

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: Fetch the albert repo
run: git clone --depth 1 https://github.com/albertlauncher/albert.git
- name: run doxygen
uses: mattnotmitt/[email protected]
- run: find .
- name: Move doxy output
run: mv albert/output/html src/reference
- name: build jekyll
uses: docker://jekyll/jekyll