Skip to content

Commit

Permalink
fix: CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
IEduStu committed Jul 25, 2024
1 parent 6392137 commit 2911efd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ jobs:
# Create recursivelly the destiantion dir with
# "--parrents where no error if existing, make parent directories as needed."
- run: mkdir -p ./build/${{ github.ref_name }}
- name: Deploy to GitHub Pages
if: ${{ github.actor != 'dependabot[bot]' }}
- name: Deploy to GitHub Pages (multi-branch)
if: github.actor != 'dependabot[bot]' && env.GITHUB_PAGES_MULTI_BRANCH == 'true'
uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -50,4 +50,4 @@ jobs:
if: env.GITHUB_PAGES_MULTI_BRANCH != 'true'
uses: actions/deploy-pages@v4
with:
artifact_name: stremio-web
artifact_name: stremio-web

0 comments on commit 2911efd

Please sign in to comment.