Skip to content

Commit

Permalink
ci(build): fix if statement
Browse files Browse the repository at this point in the history
  • Loading branch information
tymmesyde committed Jun 28, 2024
1 parent 301fa48 commit ee5821d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit ee5821d

Please sign in to comment.