From 5e18581b5b7651c6f4bf21e04edcf2115a109039 Mon Sep 17 00:00:00 2001 From: indyandie <1058837+Indyandie@users.noreply.github.com> Date: Sun, 20 Oct 2024 22:31:59 -0500 Subject: [PATCH] fix: LHTW --- .github/workflows/deno.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deno.yaml b/.github/workflows/deno.yaml index 6f285e9..e657233 100644 --- a/.github/workflows/deno.yaml +++ b/.github/workflows/deno.yaml @@ -33,17 +33,18 @@ jobs: - name: Run Build run: deno run -A build - name: Upload artifact - uses: actions/upload-pages-artifact@v3 + uses: actions/upload-pages-artifact@v4 with: path: ./dist/ deploy: needs: build runs-on: ubuntu-latest + name: Deploy environment: name: github-pages url: ${{ steps.deployment.outputs.page_url }} steps: - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v1 + uses: actions/deploy-pages@v4