From d5d1653ac4ea88a9524957b8929243fb90ba3c94 Mon Sep 17 00:00:00 2001 From: Igor Trentini Date: Tue, 20 Feb 2024 18:19:36 -0300 Subject: [PATCH] chore: Adicionar nvmrc --- .github/workflows/deploy.yml | 5 ++++- .nvmrc | 1 + 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 .nvmrc diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 8744c9f..94f6027 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -25,4 +25,7 @@ jobs: run: npm run build - name: Deploy - run: npm run deploy + uses: peaceiris/actions-gh-pages@v3 + with: + github_token: ${{ secrets.GITHUB_TOKEN }} + publish_dir: ./dist diff --git a/.nvmrc b/.nvmrc new file mode 100644 index 0000000..bb52a16 --- /dev/null +++ b/.nvmrc @@ -0,0 +1 @@ +v18.18.2