From c1f4689241708e4b3f35bcfd5abd615cf6ffd681 Mon Sep 17 00:00:00 2001 From: Josh Moore Date: Fri, 10 Mar 2023 15:36:05 +0100 Subject: [PATCH] Update actions to hopefully fix build --- .github/workflows/build_and_deploy.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build_and_deploy.yml b/.github/workflows/build_and_deploy.yml index 0547a80..03426d4 100644 --- a/.github/workflows/build_and_deploy.yml +++ b/.github/workflows/build_and_deploy.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout 🛎️ - uses: actions/checkout@v2.3.1 + uses: actions/checkout@v3.3.0 with: persist-credentials: false @@ -18,10 +18,9 @@ jobs: npm install npm run build - name: Deploy 🚀 - uses: JamesIves/github-pages-deploy-action@3.7.1 + uses: JamesIves/github-pages-deploy-action@v4.4.1 with: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} BRANCH: gh-pages FOLDER: dist CLEAN: true - # CLEAN_EXCLUDE: '["v0.1", "v0.2", "v0.3"]' # Manually add endpoints to keep