ci(build): fix if statement

This commit is contained in:
Tim 2024-06-28 13:02:20 +02:00
parent 301fa48956
commit ee5821da33

View file

@ -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 }}