From 110bf9a253c61cad0474eafd546cee0d32a79a91 Mon Sep 17 00:00:00 2001 From: Mark Wylde Date: Fri, 26 Apr 2024 16:25:40 +0100 Subject: [PATCH] feat: attempt deploy --- .github/workflows/update-analysis.yml | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/.github/workflows/update-analysis.yml b/.github/workflows/update-analysis.yml index cce8735..1b78281 100644 --- a/.github/workflows/update-analysis.yml +++ b/.github/workflows/update-analysis.yml @@ -5,7 +5,7 @@ on: - main permissions: - contents: read + contents: write jobs: build-deploy: @@ -57,13 +57,6 @@ jobs: git config user.name 'github-actions' git config user.email 'github-actions@github.com' - - name: Deploy - uses: JamesIves/github-pages-deploy-action@v4.6.0 - with: - branch: gh-pages - folder: static - clean: false - - name: Commit and Push Changes run: | mv dist static/2024-04-25 @@ -74,4 +67,3 @@ jobs: branch: gh-pages folder: static clean: false -