From fd9ffcdcd9c0625bfa1e78327b3061da0bc30155 Mon Sep 17 00:00:00 2001 From: "Alex M. Maldonado" Date: Mon, 20 May 2024 17:41:42 -0400 Subject: [PATCH] ci: fix pages --- .github/workflows/{deploy-docs.yml => pages.yml} | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) rename .github/workflows/{deploy-docs.yml => pages.yml} (91%) diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/pages.yml similarity index 91% rename from .github/workflows/deploy-docs.yml rename to .github/workflows/pages.yml index 83e584b..fa1ca74 100644 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/pages.yml @@ -55,7 +55,7 @@ jobs: run: make install - name: Build documentation - run: make docs-versioned + run: make docs - name: Setup Pages uses: actions/configure-pages@v3 @@ -63,9 +63,8 @@ jobs: - name: Upload artifact uses: actions/upload-pages-artifact@v2 with: - # Upload entire repository - path: './docs/html/' + path: 'public/' - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v2 + uses: actions/deploy-pages@v2 \ No newline at end of file