From 0f58d391140022c9e81eae1321a6af4b9be19f4e Mon Sep 17 00:00:00 2001 From: Jack Greiner Date: Mon, 21 Dec 2020 14:06:16 -0500 Subject: [PATCH] Host Doxygen Documentation on the Website This should provide a link to all the doxygen documentation at naev.org/capi --- .github/workflows/website_publish.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/website_publish.yml b/.github/workflows/website_publish.yml index fee12d0d49..7be3765acf 100644 --- a/.github/workflows/website_publish.yml +++ b/.github/workflows/website_publish.yml @@ -85,6 +85,7 @@ jobs: if: github.event.action == 'api' run: | rsync -avzh build/docs/lua/ ${{ github.workspace }}/prod/api + rsync -avzh build/docs/c/ ${{ github.workspace }}/prod/capi working-directory: staging - name: Add new file changes