mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 21:27:05 +00:00
ci(build): ignore dependabot when deploying to github pages
This commit is contained in:
parent
62bfa9daa9
commit
df85f73ce4
1 changed files with 1 additions and 0 deletions
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
|
|
@ -24,6 +24,7 @@ jobs:
|
||||||
run: npm run lint
|
run: npm run lint
|
||||||
# Create recursivelly the destiantion dir with
|
# Create recursivelly the destiantion dir with
|
||||||
# "--parrents where no error if existing, make parent directories as needed."
|
# "--parrents where no error if existing, make parent directories as needed."
|
||||||
|
if: ${{ github.actor != 'dependabot[bot]' }}
|
||||||
- run: mkdir -p ./build/${{ github.ref_name }}
|
- run: mkdir -p ./build/${{ github.ref_name }}
|
||||||
- name: Deploy to GitHub Pages
|
- name: Deploy to GitHub Pages
|
||||||
uses: peaceiris/actions-gh-pages@v4
|
uses: peaceiris/actions-gh-pages@v4
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue