Merge branch 'development' of https://github.com/Stremio/stremio-web into dependabot/github_actions/svenstaro/upload-release-action-2.9.0

This commit is contained in:
Tim 2024-06-28 12:49:26 +02:00
commit 7c55e0bd9b
2 changed files with 2 additions and 1 deletions

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

View file

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