diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 822caba32..cf4a9db50 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -24,9 +24,9 @@ jobs: run: npm run lint # Create recursivelly the destiantion dir with # "--parrents where no error if existing, make parent directories as needed." - if: ${{ github.actor != 'dependabot[bot]' }} - run: mkdir -p ./build/${{ github.ref_name }} - name: Deploy to GitHub Pages + if: ${{ github.actor != 'dependabot[bot]' }} uses: peaceiris/actions-gh-pages@v4 with: github_token: ${{ secrets.GITHUB_TOKEN }}