From b5f9b038b498f677fa74448fb5866d1c7e1a3f0e Mon Sep 17 00:00:00 2001 From: Sofus Albertsen Date: Thu, 18 Jan 2024 14:08:04 +0000 Subject: [PATCH] added documentation --- .github/workflows/static.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index fdf0fa4..e13cac9 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -33,10 +33,11 @@ jobs: uses: actions/checkout@v4 - name: Setup Pages uses: actions/configure-pages@v4 + # Before running upload artifact, compile your documentation with doxygen or the likes. - name: Upload artifact uses: actions/upload-pages-artifact@v3 with: - # Upload entire repository + # Upload docs folder of the workflow repository path: 'docs' - name: Deploy to GitHub Pages id: deployment