From 9d89b6fd8cfdc18614b5f506bb3aacbd3c5d818b Mon Sep 17 00:00:00 2001 From: Brendan Haines Date: Sun, 21 Apr 2024 23:01:17 -0600 Subject: [PATCH] ci fix --- .github/workflows/docs.yml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 23e337b..ff70412 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -46,17 +46,17 @@ jobs: - name: Upload artifacts # if: github.event_name == 'pull_request' - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v3 with: path: doc/deploy - deploy: - runs-on: ubuntu-22.04 - needs: build - if: github.event_name != 'pull_request' - permissions: - pages: write - id-token: write - steps: - - name: Deploy to GitHub Pages - uses: actions/deploy-pages@v4 + # deploy: + # runs-on: ubuntu-22.04 + # needs: build + # if: github.event_name != 'pull_request' + # permissions: + # pages: write + # id-token: write + # steps: + # - name: Deploy to GitHub Pages + # uses: actions/deploy-pages@v4