From 2d606adfd3c910c7b6f954cfc3bf8bfb5fa125f7 Mon Sep 17 00:00:00 2001 From: LVCarnevalli Date: Fri, 12 Jul 2024 19:18:46 -0300 Subject: [PATCH] config: ci --- .github/workflows/deploy.yml | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 2e1e5d5..c4941e6 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -40,12 +40,14 @@ jobs: id-token: write # to verify the deployment originates from an appropriate source # Deploy to the github-pages environment - environment: - name: github-pages - url: ${{ steps.deployment.outputs.page_url }} + # environment: + # name: github-pages + # url: ${{ steps.deployment.outputs.page_url }} runs-on: ubuntu-latest steps: + # - name: Deploy to GitHub Pages + # id: deployment + # uses: actions/deploy-pages@v4 - name: Deploy to GitHub Pages - id: deployment - uses: actions/deploy-pages@v4 + run: npm run deploy