Skip to content

Commit

Permalink
tst
Browse files Browse the repository at this point in the history
  • Loading branch information
ManuelSchneid3r committed Sep 18, 2023
1 parent c720feb commit a9bc415
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Install doxygen
run: sudo apt install doxygen graphviz
run: sudo apt install doxygen graphviz jekyll
- name: Checkout source code
uses: actions/checkout@v3
- name: Build
run: sudo make
# - name: Deploy
# run:
run: |
git clone --depth 1 https://github.com/albertlauncher/albert.git
doxygen
mv albert/output/html src/reference
jekyll build

0 comments on commit a9bc415

Please sign in to comment.