Skip to content

Commit

Permalink
ci: disable Jekyll processing
Browse files Browse the repository at this point in the history
  • Loading branch information
nstepien committed Sep 13, 2024
1 parent b1361df commit d381d9b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,7 @@ on:
push:
branches:
- main
paths-ignore:
- '**.md'
pull_request:
paths-ignore:
- '**.md'

jobs:
test:
Expand Down Expand Up @@ -64,6 +60,7 @@ jobs:
git rm -r .
git checkout gh-pages -- old
mv ../dist/* .
touch .nojekyll
git add .
git commit -m "gh-pages deployment" || echo "Nothing to commit"
git push -f https://adazzle:${{secrets.GITHUB_TOKEN}}@github.com/adazzle/react-data-grid.git

0 comments on commit d381d9b

Please sign in to comment.