diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 80f77a3..0e10728 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -16,7 +16,7 @@ jobs: run: git clone --depth 1 https://github.com/albertlauncher/albert.git - name: run doxygen uses: mattnotmitt/doxygen-action@v1.9.5 - - # doxygen - # mv albert/output/html src/reference - #jekyll build + - name: Move doxy output + run: mv albert/output/html src/reference + - name: build jekyll + uses: docker://jekyll/jekyll