From 21b9551a65c636a7e2a30984171e51e892ce9d4f Mon Sep 17 00:00:00 2001 From: Roy Smart Date: Fri, 19 Jul 2024 22:58:52 -0600 Subject: [PATCH] fixes --- .github/workflows/docs.yml | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index ecf0364..82ff95d 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -55,17 +55,3 @@ jobs: - name: Deploy to GitHub Pages id: deployment uses: actions/deploy-pages@v4 - - preview: - if: github.event_name != 'push' - environment: - name: github-pages - url: ${{steps.deployment.outputs.page_url}} - runs-on: ubuntu-latest - needs: build - steps: - - name: Deploy to GitHub Pages - id: deployment - uses: actions/deploy-pages@v4 - with: - preview: 'true'