From 2180b408dd33ec7d9227a2e4debf1c6371f711c0 Mon Sep 17 00:00:00 2001 From: Simon Thulbourn Date: Mon, 19 Jun 2023 18:56:33 +0000 Subject: [PATCH] fix: remove GH pages --- .github/workflows/docs.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index b8eeab7e7..9c09e294d 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -29,11 +29,6 @@ jobs: - name: Build docs website run: | make build-docs-website - - name: Deploy all docs - uses: peaceiris/actions-gh-pages@v3 - with: - github_token: ${{ secrets.GITHUB_TOKEN }} - publish_dir: ./dist - name: Configure AWS credentials uses: aws-actions/configure-aws-credentials@e1e17a757e536f70e52b5a12b2e8d1d1c60e04ef with: