From 55482dae38aaaf34c24fdd63f664852d94c88ccb Mon Sep 17 00:00:00 2001 From: Brendan Haines Date: Sun, 21 Apr 2024 22:57:56 -0600 Subject: [PATCH] don't use github pages --- .github/workflows/docs.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 23b2556..96bdc9d 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -34,15 +34,15 @@ jobs: mv _build_doxygen/html deploy/doxygen mv _build_sphinx/html/* deploy - - name: Setup pages - if: github.event_name != 'pull_request' - uses: actions/configure-pages@v4 + # - name: Setup pages + # if: github.event_name != 'pull_request' + # uses: actions/configure-pages@v4 - - name: Upload pages artifact - if: github.event_name != 'pull_request' - uses: actions/upload-pages-artifact@v3 - with: - path: doc/deploy + # - name: Upload pages artifact + # if: github.event_name != 'pull_request' + # uses: actions/upload-pages-artifact@v3 + # with: + # path: doc/deploy - name: Upload artifacts if: github.event_name == 'pull_request'