diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index be78ccbd0..822caba32 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -24,6 +24,7 @@ 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 uses: peaceiris/actions-gh-pages@v4 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c7e53d1d1..9c7d99554 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Install NPM dependencies run: npm install - name: Build