Merge branch 'development' of https://github.com/Stremio/stremio-web into dependabot/github_actions/actions/checkout-4

This commit is contained in:
Tim 2024-06-28 12:45:38 +02:00
commit 4b31aaa49b

View file

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