From 722002d4f985ed3e797098188576a51a3670b037 Mon Sep 17 00:00:00 2001 From: max bittker Date: Wed, 16 Oct 2024 12:44:23 -0400 Subject: [PATCH] asdasd --- .github/workflows/deploy.yaml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index a26bc41..4aadc46 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -8,9 +8,11 @@ on: jobs: build-and-deploy: runs-on: ubuntu-latest + permissions: + contents: write steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Install and Build run: | @@ -18,7 +20,6 @@ jobs: npm run build - name: Deploy - uses: JamesIves/github-pages-deploy-action@4.1.5 + uses: JamesIves/github-pages-deploy-action@v4 with: - branch: gh-pages - folder: dist \ No newline at end of file + folder: dist